TaiwanLunisolarCalendar.MaxSupportedDateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum date and time supported by the TaiwanLunisolarCalendar class.
public:
virtual property DateTime MaxSupportedDateTime { DateTime get(); };
public override DateTime MaxSupportedDateTime { get; }
member this.MaxSupportedDateTime : DateTime
Public Overrides ReadOnly Property MaxSupportedDateTime As DateTime
Property Value
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.