_year,
_month,
_day
);
}
set {
month = value.month;
day = value.day;
year = value.year;
}
}