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 a copy of the date and time format symbols of this date format. -or- Sets the date and time format symbols of this date format.
public virtual Java.Text.DateFormatSymbols? DateFormatSymbols { [Android.Runtime.Register("getDateFormatSymbols", "()Ljava/text/DateFormatSymbols;", "GetGetDateFormatSymbolsHandler")] get; [Android.Runtime.Register("setDateFormatSymbols", "(Ljava/text/DateFormatSymbols;)V", "GetSetDateFormatSymbols_Ljava_text_DateFormatSymbols_Handler")] set; }
[<get: Android.Runtime.Register("getDateFormatSymbols", "()Ljava/text/DateFormatSymbols;", "GetGetDateFormatSymbolsHandler")>]
[<set: Android.Runtime.Register("setDateFormatSymbols", "(Ljava/text/DateFormatSymbols;)V", "GetSetDateFormatSymbols_Ljava_text_DateFormatSymbols_Handler")>]
member this.DateFormatSymbols : Java.Text.DateFormatSymbols with get, set
Property Value
the date and time format symbols of this date format
- Attributes
Remarks
Property getter documentation:
Gets a copy of the date and time format symbols of this date format.
Java documentation for java.text.SimpleDateFormat.getDateFormatSymbols()
.
Property setter documentation:
Sets the date and time format symbols of this date format.
Java documentation for java.text.SimpleDateFormat.setDateFormatSymbols(java.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.