Load, into the specified year and dayOfYear, the respective year and dayOfYear attribute values of this date.
Synopsis
Declared in <bdlt_date.h>
void
getYearDay(
int* year,
int* dayOfYear) const;
Parameters
Name |
Description |
year |
receives the year attribute |
dayOfYear |
receives the day‐of‐year attribute |
Created with MrDocs