Udostępnij za pośrednictwem


TimeZoneFormat.SetDefaultParseOptions(EnumSet) Method

Definition

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.

Java documentation for android.icu.text.TimeZoneFormat.setDefaultParseOptions(java.util.EnumSet<android.icu.text.TimeZoneFormat.ParseOption>).

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