MCPcopy Create free account
hub / github.com/MenoData/Time4J / getOffset

Method getOffset

base/src/main/java/net/time4j/ZonalDateTime.java:410–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408 * @since 2.0
409 */
410 public ZonalOffset getOffset() {
411
412 return this.zone.getOffset(this.moment);
413
414 }
415
416 /**
417 * <p>Converts this object to a global UTC-moment. </p>

Callers 2

toStringMethod · 0.95
parseMomentIntervalsMethod · 0.95

Calls 1

getOffsetMethod · 0.65

Tested by

no test coverage detected