The members of Android.OS.SystemClock are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |