Version

ToStringWithStartDateAndTimes Method

Returns a string representation of the recurrence based on the specified start date.
Syntax
public string ToStringWithStartDateAndTimes( 
   Nullable<DateTime> startDate,
   Nullable<DateTime> startTime,
   Nullable<DateTime> endTime,
   string cultureName
)

Parameters

startDate
The start date of the recurrence or null.
startTime
The start time of each recurrence instance or null.
endTime
The end time of each recurrence instance or null.
cultureName
Optional; the ISO-639 compliant language code which identifies the language culture. For example, English language with United States dialect is 'en-US'; Japanese is 'ja-JP'; French is 'fr-FR', etc. Specify null to use the local machine's current language culture.

Return Value

A human-readable description of the recurrence pattern.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also