Android.OS.SystemClock.SetCurrentTimeMillis Method
Sets the current wall time, in milliseconds.

Syntax

[Android.Runtime.Register("setCurrentTimeMillis", "(J)Z", "")]
public static bool SetCurrentTimeMillis (long millis)

Parameters

millis
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the current wall time, in milliseconds. Requires the calling process to have appropriate permissions.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1