mkTime

pure @safe
mkTime
(
int hour
,
int minute
,
int second
,
int split = 0
)

Parameters

hour int

the number of the hour

minute int

the number of the minute

second int

the number of the second

split int

the number of the split (1/32767 of a second)

Return Value

Type: Time

Time uint for a given time value (hour, minute, second and split)

Meta