net.sf.jzeno.echo.viewer
Class RegionalDateSupport
java.lang.Object
net.sf.jzeno.echo.viewer.RegionalDateSupport
- All Implemented Interfaces:
- java.io.Serializable
public class RegionalDateSupport
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegionalDateSupport
public RegionalDateSupport(PropertyComponent owner)
getPrimaryTimeZoneProperty
public java.lang.String getPrimaryTimeZoneProperty()
setPrimaryTimeZoneProperty
public void setPrimaryTimeZoneProperty(java.lang.String primaryTimeZoneProperty)
getSecondaryTimeZoneProperty
public java.lang.String getSecondaryTimeZoneProperty()
setSecondaryTimeZoneProperty
public void setSecondaryTimeZoneProperty(java.lang.String secondaryTimeZoneProperty)
convertUTCToLocal
public java.util.Date convertUTCToLocal(TimeZone timeZone,
java.util.Date utcDate)
convertLocalToUTC
public java.util.Date convertLocalToUTC(TimeZone timeZone,
java.util.Date localDate)
getDateInPrimaryTimeZoneFormatted
public java.lang.String getDateInPrimaryTimeZoneFormatted(java.util.Date date)
getDateInSecondaryTimeZoneFormatted
public java.lang.String getDateInSecondaryTimeZoneFormatted(java.util.Date date)
getTimeInPrimaryTimeZoneFormatted
public java.lang.String getTimeInPrimaryTimeZoneFormatted(java.util.Date date)
getTimeInSecondaryTimeZoneFormatted
public java.lang.String getTimeInSecondaryTimeZoneFormatted(java.util.Date date)
getDateFormatted
public java.lang.String getDateFormatted(java.util.Date date)
getTimeFormatted
public java.lang.String getTimeFormatted(java.util.Date time)
getDateTimeFormatted
public java.lang.String getDateTimeFormatted(java.util.Date dateTime)
getPrimaryTimeZone
public TimeZone getPrimaryTimeZone()
getSecondaryTimeZone
public TimeZone getSecondaryTimeZone()
getDateFormatString
public java.lang.String getDateFormatString()
setDateFormatString
public void setDateFormatString(java.lang.String dateFormatString)
getTimeFormatString
public java.lang.String getTimeFormatString()
setTimeFormatString
public void setTimeFormatString(java.lang.String timeFormatString)