RecurrenceToStringWithStartDateTime Method
Convert the recurrence to its string form including the starting date/time
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public string ToStringWithStartDateTime()
Public Function ToStringWithStartDateTime As String
public:
String^ ToStringWithStartDateTime()
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.