public class TimeZoneData extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
is24HourFormat |
String |
mDefaultTimeZoneId |
Constructor and Description |
---|
TimeZoneData(Context context,
String defaultTimeZoneId,
long timeMillis) |
Modifier and Type | Method and Description |
---|---|
int |
findIndexByTimeZoneIdSlow(String timeZoneId) |
TimeZoneInfo |
get(int position) |
int |
getDefaultTimeZoneIndex() |
ArrayList<Integer> |
getTimeZonesByOffset(int offsetHr) |
boolean |
hasTimeZonesInHrOffset(int offsetHr) |
void |
setTime(long timeMillis) |
int |
size() |
public String mDefaultTimeZoneId
public static boolean is24HourFormat
public void setTime(long timeMillis)
public TimeZoneInfo get(int position)
public int size()
public int getDefaultTimeZoneIndex()
public int findIndexByTimeZoneIdSlow(String timeZoneId)
public boolean hasTimeZonesInHrOffset(int offsetHr)