| java.lang.Object | |
| ↳ | org.joda.time.tz.DefaultNameProvider |
The default name provider acquires localized names from DateFormatSymbols java.text.DateFormatSymbols.
DefaultNameProvider is thread-safe and immutable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a localized name, or null if not found.
| |||||||||||
Returns a localized short name, or null if not found.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.joda.time.tz.NameProvider
| |||||||||||
Returns a localized name, or null if not found.
| locale | locale to use for selecting name set |
|---|---|
| id | time zone id |
| nameKey | time zone name key |
Returns a localized short name, or null if not found.
| locale | locale to use for selecting name set |
|---|---|
| id | time zone id |
| nameKey | time zone name key |