System.Globalization.CultureInfo.OptionalCalendars Property

Gets the list of calendars that can be used by the culture.

Syntax

public virtual Calendar[] OptionalCalendars { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Your application changes the calendar used by the current System.Globalization.CultureInfo by setting the DateTimeFormatInfo.Calendar property of CultureInfo.DateTimeFormat, which is an instance of the System.Globalization.DateTimeFormatInfo class. The new calendar must be one of the calendars listed in CultureInfo.OptionalCalendars. CultureInfo.DateTimeFormat also includes other properties that customize the date and time formatting associated with that DateTimeFormatInfo.Calendar.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0