|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String[] |
getAllEncodedTimezoneStrings()
Retrieve an array of encoded timezone strings, representing every timezone. |
java.lang.String[] |
getAllTimezoneStrings()
Retrieve an array of textual representations of every timezone |
java.lang.String |
getEncodedFormFromOffset(int offset)
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)
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)
Accepts an encoded timezone, as retrievable via getAttribute, and returns the offset in minutes from GMT |
java.lang.String |
getTimezoneStringFromEncodedForm(java.lang.String encodedTimezone)
Accepts an encoded timezone, as retrievable via getAttribute, and returns a textual representation of it |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public java.lang.String getOffsetFromEncodedForm(java.lang.String encodedTimezone)
encodedTimezone
- an encoded timezone
java.lang.IllegalArgumentException
- if the encoded timezone is not a valid representation.public java.lang.String getTimezoneStringFromEncodedForm(java.lang.String encodedTimezone)
encodedTimezone
- an encoded timezone
java.lang.IllegalArgumentException
- if the encoded timezone is not a valid representation.public java.lang.String getEncodedFormFromOffset(int offset)
offset
- in minutes from GMT
public java.lang.String getEncodedFormFromTimezoneString(java.lang.String timezoneString)
timezoneString
- a textual representation of a timezone, as obtained by 'getTimezoneStringFromEncodedForm' or 'getAllTimezoneStrings'
public java.lang.String[] getAllTimezoneStrings()
public java.lang.String[] getAllEncodedTimezoneStrings()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |