SysTime.day

Day of a Gregorian Month.

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

Parameters

day int

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

Throws

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

Meta