CultureAndRegionInfoBuilder::GregorianDateTimeFormat Property
Gets or sets a DateTimeFormatInfo object that defines the format of dates and times according to the Gregorian calendar.
Assembly: sysglobl (in sysglobl.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The value in a set operation is nullptr. |
| 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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.