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

Method getTimezone

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

Source from the content-addressed store, hash-verified

389 }
390
391 @Override
392 public TZID getTimezone() {
393
394 return this.zone.getID();
395
396 }
397
398 /**
399 * <p>Yields the timezone offset. </p>

Callers 3

printMethod · 0.95
toStringMethod · 0.95
printMethod · 0.95

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected