Share via


SimpleDateFormat.DateFormatSymbols Property

Definition

Gets the date/time formatting data. -or- Allows you to set the date/time formatting data.

public virtual Android.Icu.Text.DateFormatSymbols? DateFormatSymbols { [Android.Runtime.Register("getDateFormatSymbols", "()Landroid/icu/text/DateFormatSymbols;", "GetGetDateFormatSymbolsHandler", ApiSince=24)] get; [Android.Runtime.Register("setDateFormatSymbols", "(Landroid/icu/text/DateFormatSymbols;)V", "GetSetDateFormatSymbols_Landroid_icu_text_DateFormatSymbols_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getDateFormatSymbols", "()Landroid/icu/text/DateFormatSymbols;", "GetGetDateFormatSymbolsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setDateFormatSymbols", "(Landroid/icu/text/DateFormatSymbols;)V", "GetSetDateFormatSymbols_Landroid_icu_text_DateFormatSymbols_Handler", ApiSince=24)>]
member this.DateFormatSymbols : Android.Icu.Text.DateFormatSymbols with get, set

Property Value

a copy of the date-time formatting data associated with this date-time formatter.

Attributes

Remarks

Property getter documentation:

Gets the date/time formatting data.

Java documentation for android.icu.text.SimpleDateFormat.getDateFormatSymbols().

Property setter documentation:

Allows you to set the date/time formatting data.

Java documentation for android.icu.text.SimpleDateFormat.setDateFormatSymbols(android.icu.text.DateFormatSymbols).

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