-
public interface ZoneIdsProviderAn interface for indicating available zone ids.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetVersionId()The timezone data version (e.g. abstract Collection<String>getZoneIds()A collection of zone IDs included in this data set. -
-
Method Detail
-
getVersionId
abstract String getVersionId()
The timezone data version (e.g. "2020a").
-
getZoneIds
abstract Collection<String> getZoneIds()
A collection of zone IDs included in this data set.
-
-
-
-