DateTime.day

Day of a Gregorian Month.

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

Parameters

day int

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

Throws

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

Meta