Calendar.MinSupportedDateTime Propiedad

Definición

Obtiene las primeras fecha y hora admitidas por este objeto Calendar.

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

Valor de propiedad

Las primeras fecha y hora admitidas por este calendario. El valor predeterminado es DateTime.MinValue.

Atributos

Se aplica a

Consulte también