Package | Description |
---|---|
javax.time.calendar |
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
|
javax.time.calendar.zone |
Provides classes to implement time-zones and their rules.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ZoneRulesGroup |
TimeZone.getGroup() |
Finds the zone rules group for the stored group ID, such as 'TZDB'.
|
Modifier and Type | Method | Description |
---|---|---|
static ZoneRulesGroup |
ZoneRulesGroup.getGroup(String groupID) |
Gets a group by ID, such as 'TZDB'.
|
static ZoneRulesGroup |
ZoneRulesGroup.registerProvider(ZoneRulesDataProvider provider) |
Registers a zone rules provider with this group.
|
Modifier and Type | Method | Description |
---|---|---|
static List<ZoneRulesGroup> |
ZoneRulesGroup.getAvailableGroups() |
Gets the set of available zone rule groups.
|
Copyright © 2019. All rights reserved.