org.jmythapi.protocol.response
Interface ITimezone
- All Superinterfaces:
- Cloneable, IPropertyAware<ITimezone.Props>, IVersionable
- All Known Implementing Classes:
- Timezone
public interface ITimezone
- extends IVersionable, IPropertyAware<ITimezone.Props>
Am interface to get the timezone of a MythTV backend.
This interface represents the response to a IBackend.queryTimeZone()
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
Rresponse example:
<0>TIMEZONE_ID: Europe/Vienna | <1>UTC_OFFSET: 7200 | <2>CURRENT_DATE: Sat Apr 02 20:07:22 CEST 2011
- Since:
- 42
- See Also:
IBackend.queryTimeZone()
,
QUERY_TIME_ZONE
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
getTimeZoneID
String getTimeZoneID()
getUTCOffset
Integer getUTCOffset()
getTimeZone
TimeZone getTimeZone()
getCurrentDate
Date getCurrentDate()
Copyright © 2008-2013. All Rights Reserved.