RecurrenceTo String With Start Date Time 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: 2025.1.9.0
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.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public string ToStringWithStartDateTime()VB
Public Function ToStringWithStartDateTime As StringC++
public:
String^ ToStringWithStartDateTime()F#
member ToStringWithStartDateTime : unit -> string Return Value
StringThis 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.