Share via


DateFormat.TimeInstance Property

Definition

Gets the time formatter with the default formatting style for the default FORMAT locale.

public static Android.Icu.Text.DateFormat? TimeInstance { [Android.Runtime.Register("getTimeInstance", "()Landroid/icu/text/DateFormat;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getTimeInstance", "()Landroid/icu/text/DateFormat;", "", ApiSince=24)>]
static member TimeInstance : Android.Icu.Text.DateFormat

Property Value

a time formatter.

Attributes

Remarks

Gets the time formatter with the default formatting style for the default FORMAT locale.

Java documentation for android.icu.text.DateFormat.getTimeInstance().

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