Date.day

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

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