Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(time: Duration?): TimezoneOffset

Constructs a new TimezoneOffset from a Duration.

Link copied to clipboard

Returns timezone offset as a Duration, for a specified time. For example, GMT+01 would return 60.minutes. This uses the Operating System to compute daylight offsets when required.