ChineseLunisolarCalendar.MaxSupportedDateTime Propriedade
Definição
Obtém a data e hora máxima com suporte pela classe ChineseLunisolarCalendar.Gets the maximum date and time supported by the ChineseLunisolarCalendar class.
public:
virtual property DateTime MaxSupportedDateTime { DateTime get(); };
public override DateTime MaxSupportedDateTime { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override DateTime MaxSupportedDateTime { get; }
member this.MaxSupportedDateTime : DateTime
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.MaxSupportedDateTime : DateTime
Public Overrides ReadOnly Property MaxSupportedDateTime As DateTime
Valor da propriedade
Um DateTime tipo que representa o último momento em 28 de janeiro de 2101 no calendário gregoriano, que é aproximadamente igual ao DateTime do construtor (2101, 1, 28, 23, 59, 59, 999).A 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).
- Atributos