Android.Widget.Chronometer.Format Property
Returns the current format string as set through Chronometer.Format.

Syntax

[get: Android.Runtime.Register("getFormat", "()Ljava/lang/String;", "GetGetFormatHandler")]
[set: Android.Runtime.Register("setFormat", "(Ljava/lang/String;)V", "GetSetFormat_Ljava_lang_String_Handler")]
public virtual string Format { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current format string as set through Chronometer.Format.

Set method documentation [Android Documentation]

Sets the format string used for display. The Chronometer will display this string, with the first "%s" replaced by the current timer value in "MM:SS" or "H:MM:SS" form. If the format string is null, or if you never call setFormat(), the Chronometer will simply display the timer value in "MM:SS" or "H:MM:SS" form.

Requirements

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