MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / ZoneOffset

Method ZoneOffset

Ports/CLDC11/src/java/time/ZoneOffset.java:8–11  ·  view source on GitHub ↗
(int totalSeconds)

Source from the content-addressed store, hash-verified

6 private final int totalSeconds;
7
8 private ZoneOffset(int totalSeconds) {
9 super(buildId(totalSeconds));
10 this.totalSeconds = totalSeconds;
11 }
12
13 public static ZoneOffset of(String offsetId) {
14 if (offsetId == null) {

Callers

nothing calls this directly

Calls 1

buildIdMethod · 0.95

Tested by

no test coverage detected