Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CultureAndRegionInfoBuilder::AvailableCalendars Property

 

Gets or sets an array of calendars that are supported by this CultureAndRegionInfoBuilder object.

Namespace:   System.Globalization
Assembly:  sysglobl (in sysglobl.dll)

public:
property array<Calendar^>^ AvailableCalendars {
	array<Calendar^>^ get();
	void set(array<Calendar^>^ value);
}

Property Value

Type: array<System.Globalization::Calendar^>^

An array of calendars.

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
Return to top
Show:
© 2017 Microsoft