RecurrenceTo String Method
Convert the recurrence to its string form
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
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.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public override string ToString()VB
Public Overrides Function ToString As StringC++
public:
virtual String^ ToString() overrideF#
abstract ToString : unit -> string
override ToString : unit -> string Return Value
StringThis 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.