Calendar.MinSupportedDateTime Eigenschaft

Definition

Ruft das früheste Datum und die früheste Uhrzeit ab, die von diesem Calendar Objekt unterstützt wird.

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 wird. Der Standardwert ist DateTime.MinValue.

Attribute

Gilt für:

Weitere Informationen