GetDaysInYear
Returns the number of days in the specified year.
Public Function GetDaysInYear(
ByVal Year As Long,
Optional ByRef Era As Variant ) As Long
Parameters
- Year
-
[ByVal]
Long.
The year to retrieve the number of days of.
- Era
-
[ByRef]
Optional.
Variant.
The era the year exists in.
Return Values
Long - The number of days in the year.
See Also
Project CorLib Overview
Class Calendar Overview