Events object
The Events collection contains Event objects. Each Event object has associated a date. An Event object contains graphical information about the date, like: colors, markers, tooltips, images, and so on. Use the Add method to add new elements to the collection. Use the Serialize property to save or load the collection to/from a string

NameDescription
AddAdds a new date event, and retrieves the newly created date event.
ClearClears the events collection.
CountRetrieves the count of elements within collection.
ItemGets the Event object based on its index or date.
RemoveRemoves a date event based on its index or a date.
SerializeSerializes the collection of events to a string, for later use.