Android.App.AlarmManager.SetTime Method
Set the system wall clock time.

Syntax

[Android.Runtime.Register("setTime", "(J)V", "GetSetTime_JHandler")]
public virtual void SetTime (long millis)

Parameters

millis
time in milliseconds since the Epoch

Remarks

Set the system wall clock time. Requires the permission android.permission.SET_TIME.

[Android Documentation]

Requirements

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