TimeZoneFormat.DefaultParseOptions 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.
Returns the default parse options used by this TimeZoneFormat
instance.
public virtual Java.Util.EnumSet? DefaultParseOptions { [Android.Runtime.Register("getDefaultParseOptions", "()Ljava/util/EnumSet;", "GetGetDefaultParseOptionsHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDefaultParseOptions", "()Ljava/util/EnumSet;", "GetGetDefaultParseOptionsHandler", ApiSince=24)>]
member this.DefaultParseOptions : Java.Util.EnumSet
Property Value
the default parse options.
- Attributes
Remarks
Returns the default parse options used by this TimeZoneFormat
instance.
Java documentation for android.icu.text.TimeZoneFormat.getDefaultParseOptions()
.
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.