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.
Properties
Link copied to clipboard
Returns whether this TimezoneOffset has a positive component
Link copied to clipboard
TimeSpan time for this TimezoneOffset
Link copied to clipboard
Returns a string representation of this TimezoneOffset
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
TimezoneOffset in totalMinutes as integer