CultureInfo::OptionalCalendars Property
Silverlight
Gets the list of calendars that can be used by this culture.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: array<System.Globalization::Calendar>An array that represents the calendars that can be used by the culture represented by this CultureInfo object.
To change the calendar used by this CultureInfo object, set the Calendar property of the DateTimeFormatInfo object that is returned by the DateTimeFormat property. The new calendar must be one of the calendars in the OptionalCalendars property array.
The following example demonstrates how to determine the GregorianCalendar versions that are supported by the culture.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: