EventCollection
Wisej.Web.Ext.FullCalendar.EventCollection
Last updated
Wisej.Web.Ext.FullCalendar.EventCollection
Last updated
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)
Collection of Event objects.
Int32: Returns the number of Event objects in the collection.
Event: Returns or sets the Event at the specified position.
Event: Returns or sets the Event identified by the ID.
Adds a new all-day Event to the collection.
day
Returns: Event. The newly added all-day Event.
Add a new Event.
start
end
Returns: Event. The newly added Event.
Add a new Event.
start
duration
Returns: Event. The newly added Event.
Add a new Event.
id
A string that represents the ID of this event.
day
Returns: Event. The newly added Event.
Add a new Event.
id
A string that represents the ID of this event.
start
end
Returns: Event. The newly added Event.
Add a new Event.
id
A string that represents the ID of this event.
start
duration
Returns: Event. The newly added Event.
Adds a new Event to the collection.
ev
Adds the list of Event items to the collection.
list
The list of events to add to the collection.
Removes all events.
Checks if the specified Event exists in the collection.
ev
Returns: Boolean.
Copies all events to the specified array.
array
The destination array.
arrayIndex
The index at which to begin the copy.
Returns an enumerator that iterates all the Event objects in the collection.
Returns: IEnumerator<Event>.
Returns the index of the specified Event in the collection.
ev
Returns: Int32.
Returns the index of the Event in the collection.
index
The position in the collection where to insert the event.
ev
Removes the Event from the collection and updates the calendar.
ev
Returns: Boolean.
Removes the Event at the specified index from the collection and updates the calendar.
index
CollectionChangeEventHandler Fired when the collection changes.
The date of the all-day event.
The starting date and time of the event.
The ending date and time of the event.
The starting date and time of the event.
The duration of the event.
The date of the all-day event.
The starting date and time of the event.
The ending date and time of the event.
The starting date and time of the event.
The duration of the event.
The to add to the collection.
The to look for.
The to look for.
The to insert.
The to remove.
The index of the to remove.