LocalDateTimeUtil

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

Functions

Link copied to clipboard
fun new(epochMilliseconds: Long): LocalDateTime
fun new(year: Int, month: Int, day: Int, hourIn24: Int = 0, minute: Int = 0, second: Int = 0, nano: Int = 0): LocalDateTime
fun new(year: Int, month: Int, day: Int, hour: Int = 0, minute: Int = 0, second: Int = 0, nano: Int = 0, isAm: Boolean): LocalDateTime