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.

UmAlQuraCalendar::MaxSupportedDateTime Property

 

Gets the latest date and time supported by this calendar.

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

public:
property DateTime MaxSupportedDateTime {
	virtual DateTime get() override;
}

Property Value

Type: System::DateTime

The latest date and time supported by the UmAlQuraCalendar class, which is equivalent to the last moment of November 16, 2077 C.E. in the Gregorian calendar.

System_CAPS_noteNote

Starting with the .NET Framework 4.5, the value of the MaxSupportedDateTime property is 11/16/2077. In previous versions of the .NET Framework, its value is the last moment of May 13, 2029 C.E. in the Gregorian calendar.

The following example displays the date ranges supported by the UmAlQuraCalendar class in both the Gregorian and Um Al Qura calendars.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft