plus

abstract operator fun plus(other: Time): Time

Allows to add a Time to this Time.

Return

the result of the sum

Parameters

other

the time to sum to the current Time