SysTime.second

Seconds past the current minute.

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

Parameters

second int

The second to set this SysTime's second to.

Throws

std.datetime.date.DateTimeException if the given second are not a valid second of a minute.

Meta