ZonedDateTimeUtil

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

Functions

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