Version

ToStringWithStartDate Method

Returns a string representation of the recurrence based on the specified start date.
Syntax
public string ToStringWithStartDate( 
   DateTime startDate,
   string cultureName
)

Parameters

startDate
The start date of the recurrence
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