TimeZoneFormat.ParseOption
  public
  static
  final
  
  enum
  TimeZoneFormat.ParseOption
  
  
  
  
    extends Enum<TimeZoneFormat.ParseOption>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.icu.text.TimeZoneFormat.ParseOption> | |
| ↳ | android.icu.text.TimeZoneFormat.ParseOption | |
Parse option enum, used for specifying optional parse behavior.
Summary
| Enum values | |
|---|---|
| TimeZoneFormat.ParseOption | ALL_STYLESWhen a time zone display name is not found within a set of display names used for the specified style, look for the name from display names used by other styles. | 
| TimeZoneFormat.ParseOption | TZ_DATABASE_ABBREVIATIONSWhen parsing a time zone display name in  | 
| Public methods | |
|---|---|
| 
        
        
        static
        
        
        TimeZoneFormat.ParseOption | 
      valueOf(String name)
       | 
| 
        
        
        static
        final
        
        ParseOption[] | 
      values()
       | 
| Inherited methods | |
|---|---|
Enum values
ALL_STYLES
public static final TimeZoneFormat.ParseOption ALL_STYLES
When a time zone display name is not found within a set of display names used for the specified style, look for the name from display names used by other styles.
TZ_DATABASE_ABBREVIATIONS
public static final TimeZoneFormat.ParseOption TZ_DATABASE_ABBREVIATIONS
When parsing a time zone display name in Style.SPECIFIC_SHORT,
 look for the IANA tz database compatible zone abbreviations in addition
 to the localized names coming from the TimeZoneNames currently
 used by the TimeZoneFormat.
Public methods
valueOf
public static TimeZoneFormat.ParseOption valueOf (String name)
| Parameters | |
|---|---|
| name | String | 
| Returns | |
|---|---|
| TimeZoneFormat.ParseOption | |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
