DateUtils.HourMinute24 Field

Definition

Caution

deprecated

This is not actually the preferred 24-hour date format in all locales.

[Android.Runtime.Register("HOUR_MINUTE_24")]
[System.Obsolete("deprecated")]
public const string HourMinute24;
[<Android.Runtime.Register("HOUR_MINUTE_24")>]
[<System.Obsolete("deprecated")>]
val mutable HourMinute24 : string

Field Value

Attributes

Remarks

This is not actually the preferred 24-hour date format in all locales.

This member is deprecated. Use java.text.SimpleDateFormat instead.

Java documentation for android.text.format.DateUtils.HOUR_MINUTE_24.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to