Searched defs:gmtoff (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DTime.java111 public long gmtoff; field in class:Time
198 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
284 this.gmtoff = 0;
395 * <code>yearDay</code>, and <code>gmtoff</code> are always set to zero,
567 this.gmtoff = that.gmtoff;
571 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
585 this.gmtoff = 0;
590 * Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
608 this.gmtoff
732 getJulianDay(long millis, long gmtoff) argument
[all...]

Completed in 677 milliseconds