SystemDefaultZoneId
Extends:
ZoneId → SystemDefaultZoneId
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
rules(): * |
|
Inherited Summary
| From class ZoneId | ||
| public |
Checks if this time-zone ID is equal to another time-zone ID. |
|
| public |
A hash code for this time-zone ID. |
|
| public |
normalized(): ZoneId 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#equalsParams:
| Name | Type | Attribute | Description |
| other | * |