public class TimeZoneInfo extends Object
| Constructor and Description |
|---|
TimeZoneInfo() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCurrentDateTime() |
String |
getTimeZoneId() |
int |
getUtcOffset() |
void |
setCurrentDateTime(org.joda.time.DateTime currentDateTime) |
void |
setTimeZoneId(String timeZoneId) |
void |
setUtcOffset(int utcOffset) |
String |
toString() |
public String getTimeZoneId()
public void setTimeZoneId(String timeZoneId)
timeZoneId - the timeZoneId to setpublic int getUtcOffset()
public void setUtcOffset(int utcOffset)
utcOffset - the utcOffset to setpublic org.joda.time.DateTime getCurrentDateTime()
public void setCurrentDateTime(org.joda.time.DateTime currentDateTime)
currentDateTime - the currentDateTime to setCopyright © 2012. All Rights Reserved.