ISchedulerRecurrenceInfo Methods
A base interface that defines recurrence information.Name | Description |
---|---|
Assign(ISchedulerRecurrenceInfo, Boolean) | Copies all the settings from the ISchedulerRecurrenceInfo object passed as a parameter and optionally assigns the same ID. |
Assign(ISchedulerRecurrenceInfo) | Copies all the settings from the ISchedulerRecurrenceInfo object passed as a parameter. |
FromXml(String) | Reconstructs the recurrence information from a string in XML format. |
Reset(SchedulerRecurrenceType) | Resets all fields that store recurrence information to their default values based on the specified recurrence type. |
ToXml() | Converts recurrence information to XML format. |
See Also