DateTime.timeOfDay

The time portion of DateTime.

  1. TimeOfDay timeOfDay [@property getter]
  2. TimeOfDay timeOfDay [@property setter]
    struct DateTime
    @property @safe pure nothrow @nogc
    void
    timeOfDay

Parameters

tod TimeOfDay

The std.datetime.date.TimeOfDay to set this DateTime's time portion to.

Meta