DateTime.second

Seconds past the minute.

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

Parameters

second int

The second to set this DateTime's second to.

Throws

std.datetime.date.DateTimeException if the given seconds would result in an invalid DateTime.

Meta