|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimezoneResolver
Field Summary | |
---|---|
static java.lang.String |
copyright
Deprecated. |
Method Summary | |
---|---|
java.lang.String[] |
getAllEncodedTimezoneStrings()
Deprecated. Retrieve an array of encoded timezone strings, representing every timezone. |
java.lang.String[] |
getAllTimezoneStrings()
Deprecated. Retrieve an array of textual representations of every timezone |
java.lang.String |
getEncodedFormFromOffset(int offset)
Deprecated. Accepts an integer value, representing an offset in minutes past GMT, and returns an encoded timezone (if one exists) that represents that offset. |
java.lang.String |
getEncodedFormFromTimezoneString(java.lang.String timezoneString)
Deprecated. Accepts a textual representation of a timezone, and returns an appropriate encoded timezone (if one exists) Where there are multiple possible matches for a timezone string, this method will return the first match found. |
java.lang.String |
getOffsetFromEncodedForm(java.lang.String encodedTimezone)
Deprecated. Accepts an encoded timezone, as retrievable via getAttribute, and returns the offset in minutes from GMT |
java.lang.String |
getTimezoneStringFromEncodedForm(java.lang.String encodedTimezone)
Deprecated. Accepts an encoded timezone, as retrievable via getAttribute, and returns a textual representation of it |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getOffsetFromEncodedForm(java.lang.String encodedTimezone)
encodedTimezone
- an encoded timezone
java.lang.IllegalArgumentException
- if the encoded timezone is not a valid representation.java.lang.String getTimezoneStringFromEncodedForm(java.lang.String encodedTimezone)
encodedTimezone
- an encoded timezone
java.lang.IllegalArgumentException
- if the encoded timezone is not a valid representation.java.lang.String getEncodedFormFromOffset(int offset)
offset
- in minutes from GMT
java.lang.String getEncodedFormFromTimezoneString(java.lang.String timezoneString)
timezoneString
- a textual representation of a timezone, as obtained by 'getTimezoneStringFromEncodedForm' or 'getAllTimezoneStrings'
java.lang.String[] getAllTimezoneStrings()
java.lang.String[] getAllEncodedTimezoneStrings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |