TimeOfDay.second

Seconds past the minute.

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

Parameters

second int

The second to set this TimeOfDay's second to.

Throws

std.datetime.date.DateTimeException if the given second would result in an invalid TimeOfDay.

Meta