RecurrenceToString Method

Convert the recurrence to its string form

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public override string ToString()

Return Value

String
This returns the recurrence in its string form suitable for saving in an iCalendar file. Since the start date is not part of the recurrence for iCalendar, it is omitted.

See Also