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

Method getDefault

Ports/CLDC11/src/java/util/TimeZone.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42 /// Gets the default TimeZone for this host. The source of the default TimeZone may vary with implementation.
43 public static java.util.TimeZone getDefault(){
44 return null; //TODO codavaj!!
45 }
46
47 public static void setDefault(TimeZone timezone) {
48 }

Callers 7

systemDefaultMethod · 0.95
formatPatternMethod · 0.95
parsePatternMethod · 0.95
formatPatternMethod · 0.95
parsePatternMethod · 0.95
formatMethod · 0.95
formatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected