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

Method ofHours

vm/JavaAPI/src/java/time/ZoneOffset.java:52–54  ·  view source on GitHub ↗
(int hours)

Source from the content-addressed store, hash-verified

50 }
51
52 public static ZoneOffset ofHours(int hours) {
53 return ofTotalSeconds(hours * 3600);
54 }
55
56 public static ZoneOffset ofHoursMinutes(int hours, int minutes) {
57 int sign = hours < 0 || minutes < 0 ? -1 : 1;

Callers

nothing calls this directly

Calls 1

ofTotalSecondsMethod · 0.95

Tested by

no test coverage detected