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: