Calendar.MinSupportedDateTime Eigenschaft

Definition

Ruft das früheste von diesem Calendar-Objekt unterstützte Datum und die früheste Uhrzeit ab.

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

Eigenschaftswert

Das früheste Datum und die früheste Uhrzeit, die von diesem Kalender unterstützt werden. Der Standardwert ist DateTime.MinValue.

Attribute

Gilt für:

Weitere Informationen