Calendar.MinSupportedDateTime Property

Definition

Gets the earliest date and time supported by this Calendar object.

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

Property Value

The earliest date and time supported by this calendar. The default is DateTime.MinValue.

Attributes

Applies to

See also