BirthDateAttribute.withYear constructor
BirthDateAttribute.withYear(
- int year
Implementation
BirthDateAttribute.withYear(int year)
: _age = null,
_year = year,
_month = null,
_day = null,
_reset = false;