cDateTime: DayOfYear (get)

DayOfYear

Returns the day within the calendar year.



 Public Property Get DayOfYear ( ) As Long

Return Values

Long -  The day within the year.

Remarks

The value is calculated using the Gregorian calendar, and will range from 1-365 or 1-366 for leap years.

Read Only.

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods DayOfWeek (get) Equals