Calendar.MinSupportedDateTime Egenskap

Definition

Hämtar det tidigaste datum och den tid som stöds av det här Calendar objektet.

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

Egenskapsvärde

Det tidigaste datum och den tid som stöds av den här kalendern. Standardvärdet är DateTime.MinValue.

Attribut

Gäller för

Se även