e4s.application
Class TimeZone
java.lang.Object
e4s.util.E4Long
e4s.application.TimeZone
- All Implemented Interfaces:
- java.lang.Comparable
public class TimeZone
- extends E4Long
TimeZone representation.
- See Also:
T_E4S_COMPANY_USER_Sel.COL_TIMEZONE
| Methods inherited from class e4s.util.E4Long |
add, add, add, add, clone, compareTo, equals, equals, format, format, format, longValue, set, set, set, set, set, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GMT0
public static final TimeZone GMT0
- GMT 0 Zone.
_DATATYPE
public static final E4DBColumnType _DATATYPE
TimeZone
public TimeZone(long tz)
TimeZone
public TimeZone(E4Long tz)
getZone
public long getZone()
getUsage
public static E4DBTypeUsage[] getUsage()
- Returns null, only for compatibility reasons.
- Returns:
- null (always).
newInstance
public static TimeZone newInstance(long tz)
newInstance
public static TimeZone newInstance(E4Long tz)
init
public static void init()
getDesignation
public static java.lang.String getDesignation(TimeZone tzone)
getZoneSelection
public static E4SelectValues getZoneSelection()
_getSVNVersionString
public static java.lang.String _getSVNVersionString()
- Get version info string from subversion.
- Returns:
- the version info string.
- See Also:
E4Util.getRevisionCodeFromSVN(Class)