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.

ChineseLunisolarCalendar::DaysInYearBeforeMinSupportedYear Property

.NET Framework (current version)
 

Gets the number of days in the year that precedes the year that is specified by the MinSupportedDateTimeproperty.

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

protected:
property int DaysInYearBeforeMinSupportedYear {
	virtual int get() override;
}

Property Value

Type: System::Int32

The number of days in the year that precedes the year specified by MinSupportedDateTime.

This property returns a constant value of 384.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft