Android.Widget.TextClock.Is24HourModeEnabled Method
Indicates whether the system is currently using the 24-hour mode.

Syntax

[Android.Runtime.Register("is24HourModeEnabled", "()Z", "GetIs24HourModeEnabledHandler")]
public virtual bool Is24HourModeEnabled ()

See Also

TextClock.Format12HourFormatted
TextClock.Format12HourFormatted
TextClock.Format24HourFormatted
TextClock.Format24HourFormatted

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates whether the system is currently using the 24-hour mode. When the system is in 24-hour mode, this view will use the pattern returned by TextClock.Format24HourFormatted. In 12-hour mode, the pattern returned by TextClock.Format12HourFormatted is used instead. If either one of the formats is null, the other format is used. If both formats are null, the default formats for the current locale are used.

[Android Documentation]

Requirements

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