Calendar: DaysInYearBeforeMinSupportedYear (get)

DaysInYearBeforeMinSupportedYear

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



 Public Property Get DaysInYearBeforeMinSupportedYear ( ) As Long

Return Values

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

Remarks

This property returns a constant value of 365. Note that the property value can be overridden by classes implement the Calendar class interface.

Read Only.

See Also

Project CorLib Overview
Class Calendar Overview