Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PersianCalendar::MinSupportedDateTime Property

 

Gets the earliest date and time supported by the PersianCalendar class.

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

public:
property DateTime MinSupportedDateTime {
	virtual DateTime get() override;
}

Property Value

Type: System::DateTime

The earliest date and time supported by the PersianCalendar class. See the Remarks section for more information.

Starting with the .NET Framework 4.6, the value of the MinSupportedDateTime property is equivalent to the first moment of March 22, 622 C.E. in the Gregorian calendar. In previous versions of the ,NET Framework, it is equivalent to the first moment of March 21, 622 C.E. in the Gregorian calendar. For more information, see "The PersianCalendar class and .NET Framework versions" in the PersianCalendar topic.

622 C.E. is equivalent to the year 0001 in the Persian calendar.

The following code example demonstrates the use of the MinSupportedDateTime property.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 5.0
Return to top
Show:
© 2017 Microsoft