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.

ChineseLunisolarCalendar::MaxSupportedDateTime Property

 

Gets the maximum date and time supported by the ChineseLunisolarCalendar class.

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

public:
[ComVisibleAttribute(false)]
property DateTime MaxSupportedDateTime {
	virtual DateTime get() override;
}

Property Value

Type: System::DateTime

A System::DateTime type that represents the last moment on January 28, 2101 in the Gregorian calendar, which is approximately equal to the constructor DateTime(2101, 1, 28, 23, 59, 59, 999).

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