org.mythtv.services.api.myth
Class TimeZoneInfo
java.lang.Object
org.mythtv.services.api.myth.TimeZoneInfo
public class TimeZoneInfo
- extends Object
- Author:
- Daniel Frey
TimeZoneInfo
public TimeZoneInfo()
getTimeZoneId
public String getTimeZoneId()
- Returns:
- the timeZoneId
setTimeZoneId
public void setTimeZoneId(String timeZoneId)
- Parameters:
timeZoneId - the timeZoneId to set
getUtcOffset
public int getUtcOffset()
- Returns:
- the utcOffset
setUtcOffset
public void setUtcOffset(int utcOffset)
- Parameters:
utcOffset - the utcOffset to set
getCurrentDateTime
public org.joda.time.DateTime getCurrentDateTime()
- Returns:
- the currentDateTime
setCurrentDateTime
public void setCurrentDateTime(org.joda.time.DateTime currentDateTime)
- Parameters:
currentDateTime - the currentDateTime to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.