VirtualEventsNeededEventArgs
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar
Provides data for the VirtualEventsNeededEventArgs event.
- C#
- VB.NET
public class VirtualEventsNeededEventArgs : EventArgs
Public Class VirtualEventsNeededEventArgs
Inherits EventArgs
Constructors
VirtualEventsNeededEventArgs(startDate, endDate)
Initializes a new instance of the VirtualEventsNeededEventArgs class with the specified starting and ending indices.
| Name | Type | Description |
|---|---|---|
| startDate | DateTime | The starting date/time of a range of events needed by the FullCalendar for the next RetrieveVirtualEvent event that occurs. |
| endDate | DateTime | The ending date/time of a range of events needed by the FullCalendar for the next RetrieveVirtualEvent event that occurs. |
Properties
EndDate
DateTime: Returns the ending date/time for the range of events needed by a FullCalendar control in virtual mode.
Events
IEnumerable<Event>: Represents the set of Event objects retrieved.
StartDate
DateTime: Returns the starting date/time for a range of events needed by a FullCalendar control in virtual mode.