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