BirthDateAttribute.withAge constructor

BirthDateAttribute.withAge(
  1. int age
)

Implementation

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