Options
All
  • Public
  • Public/Protected
  • All
Menu

A fixed time zone

description

A fixed time-zone is a time-zone that its offset never changes.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

  • new FixedZone(name: string, offset: number): FixedZone

Properties

#name: string
#o: number

Accessors

  • get name(): string

Methods

  • getCurrentOffset(): number
  • getOffset(timestamp: number): number

Generated using TypeDoc