Calendar.MaxSupportedDateTime Propiedad

Definición

Obtiene la fecha y hora más recientes admitidas por este Calendar objeto.

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

Fecha y hora más recientes compatibles con este calendario. El valor predeterminado es DateTime.MaxValue.

Atributos

Se aplica a

Consulte también