Android.Widget.Chronometer.Stop Method
Stop counting up.

Syntax

[Android.Runtime.Register("stop", "()V", "GetStopHandler")]
public virtual void Stop ()

Remarks

Stop counting up. This does not affect the base as set from Chronometer.Base, just the view display. This stops the messages to the handler, effectively releasing resources that would be held as the chronometer is running, via Chronometer.Start.

[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