SchedulerDataStorage Members
In This Article
#Constructors
Name |
---|
Scheduler |
#Fields
Name | Description |
---|---|
Data |
Identifies the Data |
Default |
Identifies the Default |
Time |
Identifies the Time |
#Properties
Name | Description |
---|---|
Appointment |
Provides access to appointments in the scheduler. |
Data |
Gets or sets the data source for the scheduler. |
Label |
Provides access to the collection of appointment labels. |
Status |
Provides access to the collection of appointment statuses. |
Time |
#Methods
Name | Description |
---|---|
Create |
Creates a new Appointment |
Create |
Creates a new Appointment |
Create |
Creates a new Appointment |
Find |
|
Get |
Returns an appointment with the specified identifier from the Appointment |
Get |
Returns appointments within the specified date-time range. |
Get |
Returns all exceptions to the specified pattern. |
Get |
Returns all exceptions to a pattern that use the recurrence info with the specified identifier. |
Get |
Returns a label with the specified identifier from the Label |
Get |
|
Get |
Returns an occurrence or exception under the specified recurrence index from the recurring chain the given pattern specifies. |
Get |
Returns an occurrence or exception under the specified recurrence index from the recurring chain which the recurrence info with the given identifier specifies. |
Get |
Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval. |
Get |
Returns all occurrences and exceptions to a pattern that use the recurrence info with the specified identifier. |
Get |
Returns a pattern of the specified occurrence or exception. |
Get |
Returns a pattern that utilizes recurrence information with the specified identifier. |
Get |
Returns a status with the specified identifier from the Status |
Refresh |
Reloads all scheduler items from the data source. |
Refresh |
Reloads scheduler items of the specified kind from the data source. |
Remove |
Removes the specified appointment from the Appointment |
#Events
Name | Description |
---|---|
Item |
Fires when a scheduler item’s property changes. |
Items |
Fires when a scheduler item collection changes. |
Reminders |
See Also