Table of Contents

Class TimeZoneFormat.Style

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class TimeZoneFormat.Style : Enum<TimeZoneFormat.Style>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IComparable<TimeZoneFormat.Style>, ISerializable
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<TimeZoneFormat.Style>>
TimeZoneFormat.Style
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<TimeZoneFormat.Style>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<TimeZoneFormat.Style>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<TimeZoneFormat.Style>>.Execute<T>(params T[])
JVMBridgeBase<Enum<TimeZoneFormat.Style>>.DynBridgeClazz
JVMBridgeBase<Enum<TimeZoneFormat.Style>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Style()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Style()

Style(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Style(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EXEMPLAR_LOCATION

public static TimeZoneFormat.Style EXEMPLAR_LOCATION { get; }

Property Value

TimeZoneFormat.Style

GENERIC_LOCATION

public static TimeZoneFormat.Style GENERIC_LOCATION { get; }

Property Value

TimeZoneFormat.Style

GENERIC_LONG

public static TimeZoneFormat.Style GENERIC_LONG { get; }

Property Value

TimeZoneFormat.Style

GENERIC_SHORT

public static TimeZoneFormat.Style GENERIC_SHORT { get; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_FIXED

public static TimeZoneFormat.Style ISO_BASIC_FIXED { get; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_FULL

public static TimeZoneFormat.Style ISO_BASIC_FULL { get; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_LOCAL_FIXED

public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FIXED { get; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_LOCAL_FULL

public static TimeZoneFormat.Style ISO_BASIC_LOCAL_FULL { get; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_LOCAL_SHORT

public static TimeZoneFormat.Style ISO_BASIC_LOCAL_SHORT { get; }

Property Value

TimeZoneFormat.Style

ISO_BASIC_SHORT

public static TimeZoneFormat.Style ISO_BASIC_SHORT { get; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_FIXED

public static TimeZoneFormat.Style ISO_EXTENDED_FIXED { get; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_FULL

public static TimeZoneFormat.Style ISO_EXTENDED_FULL { get; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_LOCAL_FIXED

public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FIXED { get; }

Property Value

TimeZoneFormat.Style

ISO_EXTENDED_LOCAL_FULL

public static TimeZoneFormat.Style ISO_EXTENDED_LOCAL_FULL { get; }

Property Value

TimeZoneFormat.Style

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LOCALIZED_GMT

public static TimeZoneFormat.Style LOCALIZED_GMT { get; }

Property Value

TimeZoneFormat.Style

LOCALIZED_GMT_SHORT

public static TimeZoneFormat.Style LOCALIZED_GMT_SHORT { get; }

Property Value

TimeZoneFormat.Style

SPECIFIC_LONG

public static TimeZoneFormat.Style SPECIFIC_LONG { get; }

Property Value

TimeZoneFormat.Style

SPECIFIC_SHORT

public static TimeZoneFormat.Style SPECIFIC_SHORT { get; }

Property Value

TimeZoneFormat.Style

ZONE_ID

public static TimeZoneFormat.Style ZONE_ID { get; }

Property Value

TimeZoneFormat.Style

ZONE_ID_SHORT

public static TimeZoneFormat.Style ZONE_ID_SHORT { get; }

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