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