month property

int month

The month [1..12].

Implementation

int get month {
  return _date.month;
}