Calendar.MinSupportedDateTime Proprietà

Definizione

Ottiene la data e l'ora meno recenti supportate dall'oggetto 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

Valore della proprietà

La data e l'ora meno recenti supportate dal calendario. Il valore predefinito è DateTime.MinValue.

Attributi

Si applica a

Vedi anche