day property

int day

The day of the month [1..31].

Implementation

int get day {
  return _date.day;
}