asp.net.ph

CultureInfo.Calendar Property

System.Globalization Namespace   CultureInfo Class


Gets the default calendar used by the culture.

[ VB ]
Overridable Public ReadOnly Property Calendar As Calendar

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

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

[ JScript ]
function get Calendar ( ) : Calendar;

Property Value

A Calendar that represents the default calendar used by the culture.

Remarks

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 default Calendar used for each of the available cultures.

 Show me 

See Also

CultureInfo Members   Calendar   DateTimeFormat   DateTimeFormatInfo Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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