Share via


DateFormat.Medium Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Text.DateFormatStyle enum directly instead of this field.

Constant for medium style pattern.

[Android.Runtime.Register("MEDIUM", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.DateFormatStyle enum directly instead of this field.", true)]
public const Android.Icu.Text.DateFormatStyle Medium = 2;
[<Android.Runtime.Register("MEDIUM", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.DateFormatStyle enum directly instead of this field.", true)>]
val mutable Medium : Android.Icu.Text.DateFormatStyle

Field Value

Value = 2
Attributes

Remarks

Constant for medium style pattern.

Java documentation for android.icu.text.DateFormat.MEDIUM.

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