public interface

Provider

org.joda.time.tz.Provider
Known Indirect Subclasses

Class Overview

Service provider factory for time zones.

Summary

Public Methods
abstract Set getAvailableIDs()
Returns an unmodifiable set of ids.
abstract DateTimeZone getZone(String id)
Retrieves a DateTimeZone for the given id.

Public Methods

public abstract Set getAvailableIDs ()

Returns an unmodifiable set of ids. All providers must at least support id "UTC".

public abstract DateTimeZone getZone (String id)

Retrieves a DateTimeZone for the given id. All providers must at least support id "UTC".

Returns
  • null if not found