TimeOfDay.this

struct TimeOfDay
@safe pure
this
(
int hour
,
int minute
,
int second = 0
)

Parameters

hour int

Hour of the day [0 - 24).

minute int

Minute of the hour [0 - 60).

second int

Second of the minute [0 - 60).

Throws

std.datetime.date.DateTimeException if the resulting TimeOfDay would be not be valid.

Meta