IRecurrenceInfo Methods
If implemented by a class, defines the occurrence chain (how often and how long occurrences happen).Name | Description |
---|---|
Assign(IRecurrenceInfo, Boolean) | Copies all properties from the specified recurrence info to the current object. |
Assign(IRecurrenceInfo) | Copies all properties from the specified recurrence info to the current object. |
FromXml(String) | Parses the specified XML encoded recurrence info. |
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