Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimeZone

Hierarchy

  • TimeZone

Implements

Index

Methods

debug

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

isLocal

  • isLocal(): boolean

isUTC

  • isUTC(): boolean

name

  • name(): string | undefined

offset

  • offset(): number

toString

  • toString(): string

Static forName

  • forName(name: string): TimeZone | undefined

Static forOffset

Static form

Static from

  • from(name: string, offset: number): TimeZone

Static fromAny

Static fromValue

  • fromValue(value: Value): TimeZone | undefined

Static local

Static utc