TimeZoneFormat.SetDefaultParseOptions(EnumSet) Method
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.
Sets the default parse options.
[Android.Runtime.Register("setDefaultParseOptions", "(Ljava/util/EnumSet;)Landroid/icu/text/TimeZoneFormat;", "GetSetDefaultParseOptions_Ljava_util_EnumSet_Handler", ApiSince=24)]
public virtual Android.Icu.Text.TimeZoneFormat? SetDefaultParseOptions (Java.Util.EnumSet? options);
[<Android.Runtime.Register("setDefaultParseOptions", "(Ljava/util/EnumSet;)Landroid/icu/text/TimeZoneFormat;", "GetSetDefaultParseOptions_Ljava_util_EnumSet_Handler", ApiSince=24)>]
abstract member SetDefaultParseOptions : Java.Util.EnumSet -> Android.Icu.Text.TimeZoneFormat
override this.SetDefaultParseOptions : Java.Util.EnumSet -> Android.Icu.Text.TimeZoneFormat
Parameters
- options
- EnumSet
the default parse options.
Returns
this object.
- Attributes
Remarks
Sets the default parse options.
<b>Note:</b> By default, an instance of TimeZoneFormat
created by #getInstance(ULocale)
has no parse options set.
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.