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

Method ofTotalSeconds

vm/JavaAPI/src/java/time/ZoneOffset.java:61–66  ·  view source on GitHub ↗
(int totalSeconds)

Source from the content-addressed store, hash-verified

59 }
60
61 public static ZoneOffset ofTotalSeconds(int totalSeconds) {
62 if (totalSeconds == 0) {
63 return UTC;
64 }
65 return new ZoneOffset(totalSeconds);
66 }
67
68 public int getTotalSeconds() {
69 return totalSeconds;

Callers 5

ofMethod · 0.95
ofHoursMethod · 0.95
ofHoursMinutesMethod · 0.95
offsetFromInstantMethod · 0.95
invokeStatic9Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected