TimezoneOffset

value class TimezoneOffset(val totalMilliseconds: Double) : Comparable<TimezoneOffset> , Serializable

Represents a time zone offset with millisecond precision. Usually minute is enough. Can be used along DateTimeTz to construct non universal, local times.

This class is inlined so no boxing should be required.

Constructors

Link copied to clipboard
constructor(totalMilliseconds: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns whether this TimezoneOffset has a positive component

Link copied to clipboard
Link copied to clipboard

Returns a string representation of this TimezoneOffset

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: TimezoneOffset): Int
Link copied to clipboard
open override fun toString(): String