SimpleDateFormat.DateFormatSymbols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.