Calendar.MinSupportedDateTime Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : DateTimePublic Overridable ReadOnly Property MinSupportedDateTime As DateTimeProperty Value
The earliest date and time supported by this calendar. The default is DateTime.MinValue.
- Attributes