Package com.ethlo.time
Class TimezoneOffset
java.lang.Object
com.ethlo.time.TimezoneOffset
Container class for timezone offset, denoted by hours and minutes
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetHours()intintintinthashCode()static TimezoneOffsetof(ZoneOffset offset) static TimezoneOffsetofHoursMinutes(int hours, int minutes) static TimezoneOffsetofTotalSeconds(int seconds) toString()
-
Field Details
-
UTC
-
-
Method Details
-
ofHoursMinutes
-
ofTotalSeconds
-
of
-
getHours
public int getHours() -
getMinutes
public int getMinutes() -
getTotalSeconds
public int getTotalSeconds() -
toZoneOffset
-
equals
-
hashCode
public int hashCode() -
toString
-
getRequiredLength
public int getRequiredLength()
-