Android.Widget.RemoteViews.SetChronometer Method
Equivalent to calling Chronometer.Base, Chronometer.Format, and Chronometer.Start or Chronometer.Stop.

Syntax

[Android.Runtime.Register("setChronometer", "(IJLjava/lang/String;Z)V", "GetSetChronometer_IJLjava_lang_String_ZHandler")]
public virtual void SetChronometer (int viewId, long base, string format, bool started)

Parameters

viewId
The id of the Android.Widget.Chronometer to change
base
The time at which the timer would have read 0:00. This time should be based off of Android.OS.SystemClock.ElapsedRealtime.
format
The Chronometer format string, or null to simply display the timer value.
started
True if you want the clock to be started, false if not.

Remarks

Requirements

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