public final class Timezone extends java.lang.Object
TODO: should probably be replaced by TimeZone
.
CorrelateGpxWithImages
)Modifier and Type | Field and Description |
---|---|
private double |
timezone |
(package private) static Timezone |
ZERO |
Constructor and Description |
---|
Timezone(double hours) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
(package private) java.lang.String |
formatTimezone() |
double |
getHours()
Returns the timezone in hours.
|
int |
hashCode() |
(package private) static Timezone |
parseTimezone(java.lang.String timezone) |
Timezone(double hours)
public double getHours()
java.lang.String formatTimezone()
static Timezone parseTimezone(java.lang.String timezone) throws java.text.ParseException
java.text.ParseException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object