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

Method getID

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

Source from the content-addressed store, hash-verified

49
50 /// Gets the ID of this time zone.
51 public java.lang.String getID(){
52 return null; //TODO codavaj!!
53 }
54
55 /// Gets offset, for current date, modified in case of daylight savings. This is the offset to add *to* GMT to get local time. Gets the time zone offset, for current date, modified in case of daylight savings. This is the offset to add *to* GMT to get local time. Assume that the start and end month are distinct. This method may return incorrect results for rules that start at the end of February (e.g., last Sunday in February) or the beginning of March (e.g., March 1).
56 public abstract int getOffset(int era, int year, int month, int day, int dayOfWeek, int millis);

Callers 12

systemDefaultMethod · 0.45
formatMethod · 0.45
mouseWheelMovedMethod · 0.45
processMouseEventMethod · 0.45
sendToCn1Method · 0.45
redispatchMouseEventMethod · 0.45
forwardMethod · 0.45
sendToCn1Method · 0.45
isResizeEventMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected