Load, into the specified year, month, and day, the respective year, month, and day attribute values of this date.
Declared in <bdlt_date.h>
void
getYearMonthDay(
int* year,
int* month,
int* day) const;
| Name | Description |
|---|---|
| year | receives the year attribute |
| month | receives the month attribute |
| day | receives the day-of-month attribute |