TimeZoneRules
The set of rules for a particular time zone.
interface TimeZoneRules
Content copied to clipboard
Functions
daylightSavingsAt
Link copied to clipboard
equals
Link copied to clipboard
isDaylightSavingsAt
Link copied to clipboard
isValidOffset
Link copied to clipboard
offsetAt
Link copied to clipboard
abstract fun offsetAt(millisecondsSinceUnixEpoch: LongMilliseconds): UtcOffset
Content copied to clipboard
abstract fun offsetAt(secondsSinceUnixEpoch: LongSeconds, nanoOfSeconds: IntNanoseconds): UtcOffset
Content copied to clipboard
transitionAt
Link copied to clipboard
validOffsetsAt
Link copied to clipboard
Properties
hasFixedOffset
Link copied to clipboard
Checks if the time zone has a fixed offset from UTC.