Date.month

the day of the day-month-year representation of the date, as a number between 1 and 12

  1. uint month [@property getter]
  2. uint month [@property setter]
    class Date
    @property
    void
    month
    (
    uint value
    )