asp.net.ph

CultureInfo.OptionalCalendars Property

System.Globalization Namespace   CultureInfo Class


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

[ VB ]
Overridable Public ReadOnly Property OptionalCalendars As Calendar ( ) 

[ C# ]
public virtual Calendar [ ] OptionalCalendars {get;}

[ C++ ]
public: __property virtual Calendar* get_OptionalCalendars ( );

[ JScript ]
function get OptionalCalendars ( ) : Calendar [ ];

Property Value

An array of type Calendar that represents the optional calendars that can be used by the culture.

Remarks

Optional calendars are other calendars that can be used with the culture represented by the current CultureInfo.

The DateTimeFormat property is an instance of the DateTimeFormatInfo class that includes properties that allow users to customize the date and time formatting associated with a specific Calendar.

Example

The below shows the OptionalCalendars available for each specific culture.

 Show me 

See Also

CultureInfo Members   Calendar   DateTimeFormat   DateTimeFormatInfo Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph