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::GregorianDateTimeFormat Property

 

Gets or sets a DateTimeFormatInfo object that defines the format of dates and times according to the Gregorian calendar.

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

public:
property DateTimeFormatInfo^ GregorianDateTimeFormat {
	DateTimeFormatInfo^ get();
	void set(DateTimeFormatInfo^ value);
}

Exception Condition
ArgumentNullException

The value in a set operation is null.

ArgumentOutOfRangeException

A property of the value in a set operation returned an invalid property value.

NotSupportedException

The current CultureAndRegionInfoBuilder object is a neutral culture.

Every culture, including the culture defined by the current CultureAndRegionInfoBuilder object, contains a localized Gregorian calendar that is associated with a DateTimeFormatInfo object. The DateTimeFormatInfo object defines how your application displays dates and times. The GregorianDateTimeFormat property value is the DateTimeFormatInfo object associated with the first localized Gregorian calendar returned by the AvailableCalendars property.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft