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.

KoreanLunisolarCalendar::MaxSupportedDateTime Property

 

Gets the maximum date and time supported by the KoreanLunisolarCalendar 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 KoreanLunisolarCalendar 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:
© 2017 Microsoft