mkTime

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

Parameters

hour
Type: int

the number of the hour

minute
Type: int

the number of the minute

second
Type: int

the number of the second

split
Type: 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