TaiwanLunisolarCalendar::MaxSupportedDateTime Property

 

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

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 TaiwanLunisolarCalendar class, which is equivalent to the last moment of February 10, 2051 C.E. in the Gregorian calendar.

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