Calendar::MinSupportedDateTime Property

 

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

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
property DateTime MinSupportedDateTime {
	virtual DateTime get();
}

Property Value

Type: System::DateTime

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: