Android.Widget.Chronometer.Start Method
Start counting up.

Syntax

[Android.Runtime.Register("start", "()V", "GetStartHandler")]
public virtual void Start ()

Remarks

Start counting up. This does not affect the base as set from Chronometer.Base, just the view display. Chronometer works by regularly scheduling messages to the handler, even when the Widget is not visible. To make sure resource leaks do not occur, the user should make sure that each start() call has a reciprocal call to Chronometer.Stop.

[Android Documentation]

Requirements

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