Table of Contents

Class TimeZoneFormat.Style

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXEMPLAR_LOCATION

public static TimeZoneFormat.Style EXEMPLAR_LOCATION { get; set; }

Property Value

TimeZoneFormat.Style

GENERIC_LOCATION

public static TimeZoneFormat.Style GENERIC_LOCATION { get; set; }

Property Value

TimeZoneFormat.Style

GENERIC_LONG

public static TimeZoneFormat.Style GENERIC_LONG { get; set; }

Property Value

TimeZoneFormat.Style

GENERIC_SHORT

public static TimeZoneFormat.Style GENERIC_SHORT { get; set; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_FIXED

public static TimeZoneFormat.Style ISO_BASIC_FIXED { get; set; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_FULL

public static TimeZoneFormat.Style ISO_BASIC_FULL { get; set; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_LOCAL_FIXED

public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FIXED { get; set; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_LOCAL_FULL

public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FULL { get; set; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_LOCAL_SHORT

public static TimeZoneFormat.Style ISO_BASIC_LOCAL_SHORT { get; set; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_SHORT

public static TimeZoneFormat.Style ISO_BASIC_SHORT { get; set; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_FIXED

public static TimeZoneFormat.Style ISO_EXTENDED_FIXED { get; set; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_FULL

public static TimeZoneFormat.Style ISO_EXTENDED_FULL { get; set; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_LOCAL_FIXED

public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FIXED { get; set; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_LOCAL_FULL

public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FULL { get; set; }

Property Value

TimeZoneFormat.Style

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LOCALIZED_GMT

public static TimeZoneFormat.Style LOCALIZED_GMT { get; set; }

Property Value

TimeZoneFormat.Style

LOCALIZED_GMT_SHORT

public static TimeZoneFormat.Style LOCALIZED_GMT_SHORT { get; set; }

Property Value

TimeZoneFormat.Style

SPECIFIC_LONG

public static TimeZoneFormat.Style SPECIFIC_LONG { get; set; }

Property Value

TimeZoneFormat.Style

SPECIFIC_SHORT

public static TimeZoneFormat.Style SPECIFIC_SHORT { get; set; }

Property Value

TimeZoneFormat.Style

ZONE_ID

public static TimeZoneFormat.Style ZONE_ID { get; set; }

Property Value

TimeZoneFormat.Style

ZONE_ID_SHORT

public static TimeZoneFormat.Style ZONE_ID_SHORT { get; set; }

Property Value

TimeZoneFormat.Style

Methods

ValueOf(String)

public static TimeZoneFormat.Style ValueOf(String arg0)

Parameters

arg0 String

String

Returns

TimeZoneFormat.Style

TimeZoneFormat.Style

Values()

public static TimeZoneFormat.Style[] Values()

Returns

Style[]

TimeZoneFormat.Style