Home Reference Source Repository
import {SystemDefaultZoneId} from 'js-joda/src/zone/SystemDefaultZoneId.js'
public class | source

SystemDefaultZoneId

Extends:

ZoneId → SystemDefaultZoneId

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public

equals(other: *): boolean

public

id(): string

public

rules(): *

Inherited Summary

From class ZoneId
public

equals(other: *): boolean

Checks if this time-zone ID is equal to another time-zone ID.

public

A hash code for this time-zone ID.

public

Normalizes the time-zone ID, returning a {@code ZoneOffset} where possible.

public

Gets the time-zone rules for this ID allowing calculations to be performed.

public

Outputs this zone as a {@code String}, using the ID.

Public Constructors

public constructor source

Public Methods

public equals(other: *): boolean source

Override:

ZoneId#equals

Params:

NameTypeAttributeDescription
other *

Return:

boolean

public id(): string source

Return:

string

public rules(): * source

Override:

ZoneId#rules

Return:

*