invoke

operator fun invoke(hour: Int, minute: Int = 0, second: Int = 0, millisecond: Int = 0): Time

Constructs a new Time from the hour, minute, second and millisecond components.