DateFormatSymbols Constructors
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.
Overloads
DateFormatSymbols()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public DateFormatSymbols ();
- Attributes
Remarks
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
DateFormatSymbols(ULocale)
[Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public DateFormatSymbols (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormatSymbols
Parameters
- locale
- ULocale
- Attributes
Remarks
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
DateFormatSymbols(Locale)
[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)]
public DateFormatSymbols (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Java.Util.Locale -> Android.Icu.Text.DateFormatSymbols
Parameters
- locale
- Locale
- Attributes
Remarks
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
DateFormatSymbols(Calendar, ULocale)
[Android.Runtime.Register(".ctor", "(Landroid/icu/util/Calendar;Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public DateFormatSymbols (Android.Icu.Util.Calendar? cal, Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/Calendar;Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Android.Icu.Util.Calendar * Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormatSymbols
Parameters
- cal
- Calendar
- locale
- ULocale
- Attributes
Remarks
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
DateFormatSymbols(Calendar, Locale)
[Android.Runtime.Register(".ctor", "(Landroid/icu/util/Calendar;Ljava/util/Locale;)V", "", ApiSince=24)]
public DateFormatSymbols (Android.Icu.Util.Calendar? cal, Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Landroid/icu/util/Calendar;Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Android.Icu.Util.Calendar * Java.Util.Locale -> Android.Icu.Text.DateFormatSymbols
Parameters
- cal
- Calendar
- locale
- Locale
- Attributes
Remarks
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
DateFormatSymbols(Class, ULocale)
[Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public DateFormatSymbols (Java.Lang.Class? calendarClass, Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Java.Lang.Class * Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormatSymbols
Parameters
- calendarClass
- Class
- locale
- ULocale
- Attributes
Remarks
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
DateFormatSymbols(Class, Locale)
[Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/util/Locale;)V", "", ApiSince=24)]
public DateFormatSymbols (Java.Lang.Class? calendarClass, Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Java.Lang.Class * Java.Util.Locale -> Android.Icu.Text.DateFormatSymbols
Parameters
- calendarClass
- Class
- locale
- Locale
- Attributes
Remarks
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
DateFormatSymbols(ResourceBundle, ULocale)
[Android.Runtime.Register(".ctor", "(Ljava/util/ResourceBundle;Landroid/icu/util/ULocale;)V", "", ApiSince=24)]
public DateFormatSymbols (Java.Util.ResourceBundle? bundle, Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/ResourceBundle;Landroid/icu/util/ULocale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Java.Util.ResourceBundle * Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormatSymbols
Parameters
- bundle
- ResourceBundle
- locale
- ULocale
- Attributes
Remarks
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
DateFormatSymbols(ResourceBundle, Locale)
[Android.Runtime.Register(".ctor", "(Ljava/util/ResourceBundle;Ljava/util/Locale;)V", "", ApiSince=24)]
public DateFormatSymbols (Java.Util.ResourceBundle? bundle, Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/ResourceBundle;Ljava/util/Locale;)V", "", ApiSince=24)>]
new Android.Icu.Text.DateFormatSymbols : Java.Util.ResourceBundle * Java.Util.Locale -> Android.Icu.Text.DateFormatSymbols
Parameters
- bundle
- ResourceBundle
- locale
- Locale
- Attributes
Remarks
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
DateFormatSymbols(IntPtr, JniHandleOwnership)
protected DateFormatSymbols (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Text.DateFormatSymbols : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Text.DateFormatSymbols
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Remarks
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.