LocalTimeUtil

Contains helper functions that only serve to create new LocalTimes. Creation methods do not include parsing methods.

Functions

Link copied to clipboard
fun new(epochMilliseconds: Long): LocalTime
fun new(hourIn24: Int, minute: Int = 0, second: Int = 0, nanoOfSecond: Int = 0): LocalTime
fun new(hour: Int, minute: Int = 0, second: Int = 0, nanoOfSecond: Int = 0, isAm: Boolean): LocalTime