RecurrenceToStringWithStartDateTime Method

Convert the recurrence to its string form including the starting date/time

Definition

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

Return Value

String
This returns the recurrence in its string form (iCalendar format) but also includes the starting date/time as an extended property (X-EWSOFTWARE-DTSTART) which isn't normally part of the recurrence. This is useful if you are using the recurrence outside of the iCalendar framework.

See Also