com.sun.msv.datatype.xsd.datetime
Class TimeZone
java.lang.Object
|
+--com.sun.msv.datatype.xsd.datetime.TimeZone
- All Implemented Interfaces:
- Serializable
- public class TimeZone
- extends Object
- implements Serializable
simple time zone component.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
minutes
public int minutes
- difference from GMT in terms of minutes
GMT
public static TimeZone GMT
create
public static TimeZone create(int minutes)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object