Condividi tramite


DateFormatSymbols.Instance Property

Definition

Returns a DateFormatSymbols instance for the default locale.

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

Property Value

A DateFormatSymbols instance.

Attributes

Remarks

Returns a DateFormatSymbols instance for the default locale.

<strong>[icu] Note:</strong> Unlike java.text.DateFormatSymbols#getInstance, this method simply returns new android.icu.text.DateFormatSymbols(). ICU does not support DateFormatSymbolsProvider introduced in Java 6 or its equivalent implementation for now.

Java documentation for android.icu.text.DateFormatSymbols.getInstance().

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