Calendar.MaxSupportedDateTime Propiedad

Definición

Obtiene las últimas fecha y hora admitidas por este objeto Calendar.

public:
 virtual property DateTime MaxSupportedDateTime { DateTime get(); };
public virtual DateTime MaxSupportedDateTime { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual DateTime MaxSupportedDateTime { get; }
member this.MaxSupportedDateTime : DateTime
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.MaxSupportedDateTime : DateTime
Public Overridable ReadOnly Property MaxSupportedDateTime As DateTime

Valor de propiedad

Las últimas fecha y hora admitidas por este calendario. El valor predeterminado es DateTime.MaxValue.

Atributos

Se aplica a

Consulte también