Search
Schedule Methods
 


 Public Methods

  Name Description

copyFrom

Copies property values for this Schedule from another object.

fromJson

Deserializes the Schedule from a JSON string.

fromXmlDocument

Loads schedule data from specified XML Document.

getAllItems

Retrieves all events, including recurrent item instances, scheduled to occur in the specified time interval.

getItemById

Gets the item with the specified id.

getMasterById

In a recurrence, gets the recurrence master item with the specified id.

getResourceById

Returns a resource from a schedule resources collection by a specified id.

loadFromXml

Loads the schedule from an XML file.

registerClass

Registers a schedule item or resource class for serialization support.

saveToXml

Saves the schedule to an XML file.

toJson

Serializes the schedule into a JSON string.

toXmlDocument

Saves the schedule into an XML Document.

 See Also