Android.OS.SystemClock Members

The members of Android.OS.SystemClock are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
CurrentThreadTimeMillis() : long
Returns milliseconds running in the current thread.
static
ElapsedRealtime() : long
Returns milliseconds since boot, including time spent in sleep.
static
ElapsedRealtimeNanos() : long
Returns nanoseconds since boot, including time spent in sleep.
static
SetCurrentTimeMillis(long) : bool
Sets the current wall time, in milliseconds.
static
Sleep(long)
Waits a given number of milliseconds (of uptimeMillis) before returning.
static
UptimeMillis() : long
Returns milliseconds since boot, not counting time spent in deep sleep.