Date.day

Day of a Gregorian Month.

  1. ubyte day [@property getter]
  2. int day [@property setter]
    struct Date
    @property @safe pure
    void
    day
    (
    int day
    )

Parameters

day int

The day of the month to set this Date's day to.

Throws

std.datetime.date.DateTimeException if the given day is not a valid day of the current month.

Meta