ChineseLunisolarCalendar.MaxSupportedDateTime Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recebe a data e hora máxima apoiadas pela ChineseLunisolarCalendar turma.
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 de Propriedade
Um DateTime tipo que representa o último momento a 28 de janeiro de 2101 no calendário gregoriano, que é aproximadamente igual ao construtor DateTime(2101, 1, 28, 23, 59, 59, 999).
- Atributos