Class TimeZoneFormat.Style
public class TimeZoneFormat.Style : Enum<TimeZoneFormat.Style>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IEquatable<Enum<TimeZoneFormat.Style>>, IComparable<TimeZoneFormat.Style>, ISerializable
- Inheritance
-
TimeZoneFormat.Style
- Implements
- Inherited Members
- Extension Methods
Constructors
Style(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Style(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EXEMPLAR_LOCATION
https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#EXEMPLAR_LOCATION
public static TimeZoneFormat.Style EXEMPLAR_LOCATION { get; set; }
Property Value
GENERIC_LOCATION
public static TimeZoneFormat.Style GENERIC_LOCATION { get; set; }
Property Value
GENERIC_LONG
public static TimeZoneFormat.Style GENERIC_LONG { get; set; }
Property Value
GENERIC_SHORT
public static TimeZoneFormat.Style GENERIC_SHORT { get; set; }
Property Value
ISO_BASIC_FIXED
public static TimeZoneFormat.Style ISO_BASIC_FIXED { get; set; }
Property Value
ISO_BASIC_FULL
public static TimeZoneFormat.Style ISO_BASIC_FULL { get; set; }
Property Value
ISO_BASIC_LOCAL_FIXED
public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FIXED { get; set; }
Property Value
ISO_BASIC_LOCAL_FULL
public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FULL { get; set; }
Property Value
ISO_BASIC_LOCAL_SHORT
public static TimeZoneFormat.Style ISO_BASIC_LOCAL_SHORT { get; set; }
Property Value
ISO_BASIC_SHORT
public static TimeZoneFormat.Style ISO_BASIC_SHORT { get; set; }
Property Value
ISO_EXTENDED_FIXED
public static TimeZoneFormat.Style ISO_EXTENDED_FIXED { get; set; }
Property Value
ISO_EXTENDED_FULL
https://developer.android.com/reference/android/icu/text/TimeZoneFormat.Style.html#ISO_EXTENDED_FULL
public static TimeZoneFormat.Style ISO_EXTENDED_FULL { get; set; }
Property Value
ISO_EXTENDED_LOCAL_FIXED
public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FIXED { get; set; }
Property Value
ISO_EXTENDED_LOCAL_FULL
public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FULL { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LOCALIZED_GMT
public static TimeZoneFormat.Style LOCALIZED_GMT { get; set; }
Property Value
LOCALIZED_GMT_SHORT
public static TimeZoneFormat.Style LOCALIZED_GMT_SHORT { get; set; }
Property Value
SPECIFIC_LONG
public static TimeZoneFormat.Style SPECIFIC_LONG { get; set; }
Property Value
SPECIFIC_SHORT
public static TimeZoneFormat.Style SPECIFIC_SHORT { get; set; }
Property Value
ZONE_ID
public static TimeZoneFormat.Style ZONE_ID { get; set; }
Property Value
ZONE_ID_SHORT
public static TimeZoneFormat.Style ZONE_ID_SHORT { get; set; }
Property Value
Methods
ValueOf(String)
public static TimeZoneFormat.Style ValueOf(String arg0)
Parameters
Returns
Values()
public static TimeZoneFormat.Style[] Values()