Load, into the specified year, month, and day, the respective year, month, and day attribute values of this date.

Synopsis

Declared in <bdlt_date.h>

void
getYearMonthDay(
    int* year,
    int* month,
    int* day) const;

Parameters

Name

Description

year

receives the year attribute

month

receives the month attribute

day

receives the day‐of‐month attribute

Created with MrDocs