CultureAndRegionInfoBuilder::AvailableCalendars Property
.NET Framework (current version)
Gets or sets an array of calendars that are supported by this CultureAndRegionInfoBuilder object.
Assembly: sysglobl (in sysglobl.dll)
public: property array<Calendar^>^ AvailableCalendars { array<Calendar^>^ get(); void set(array<Calendar^>^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | In a set operation, the assigned array is null, or an element of the assigned array is null. |
| NotSupportedException | This property is not supported for neutral cultures. -or- In a set operation, the assigned array contains PersianCalendar, TaiwanLunisolarCalendar, KoreanLunisolarCalendar, JapaneseLunisolarCalendar, ChineseLunisolarCalendar, or JulianCalendar. -or- In a set operation, the assigned array contains a custom calendar. |
The AvailableCalendars property corresponds to the OptionalCalendars property.
.NET Framework
Available since 2.0
Available since 2.0
Show: