Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public final class ZoneOffset
Fields
public static final ZoneOffset UTC |
Methods
Inherited methods
Field details
UTC
public static final ZoneOffset UTCMethod details
of
public static ZoneOffset of(String offsetId)ofHours
public static ZoneOffset ofHours(int hours)ofHoursMinutes
public static ZoneOffset ofHoursMinutes(int hours, int minutes)ofTotalSeconds
public static ZoneOffset ofTotalSeconds(int totalSeconds)getTotalSeconds
public int getTotalSeconds()