IRecurrenceInfo Methods
A base interface that defines recurrence information.| Name | Description |
|---|---|
| Assign(IRecurrenceInfo, Boolean) | Copies the settings from the IRecurrenceInfo object passed as a parameter and assigns the same id if required. |
| Assign(IRecurrenceInfo) | Copies all the settings from the IRecurrenceInfo object passed as a parameter. |
| FromXml(String, DateTimeSavingMode) | |
| FromXml(String) | Reconstructs the recurrence information from a string in XML format. |
| Reset(RecurrenceType) | Resets all recurrence information fields to their default values according to the specified recurrence type. |
| ToXml() | Creates an XML encoding of the recurrence information. |
See Also