Function CSPDate::GetYearDay()
Description:
Retrieves the yearday of the contained date, ranging from 1 to 365-366 (depending on whether it is a leap year or not).
 |
Prototype:
unsigned long GetYearDay() const;
Arguments:
No arguments (void).
Return value:
Returns the contained yearday.
See also:
member functions GetDay(), GetWeekDay()
|
|