The methods of Android.OS.SystemClock are listed below. For a list of all members, see the SystemClock Members list.
See Also: Inherited members from Java.Lang.Object
static | CurrentThreadTimeMillis()Returns milliseconds running in the current thread. | |
static | ElapsedRealtime()Returns milliseconds since boot, including time spent in sleep. | |
static | ElapsedRealtimeNanos()Returns nanoseconds since boot, including time spent in sleep. | |
static | SetCurrentTimeMillis(long)Sets the current wall time, in milliseconds. | |
static | Sleep(long)Waits a given number of milliseconds (of uptimeMillis) before returning. | |
static | UptimeMillis()Returns milliseconds since boot, not counting time spent in deep sleep. |