Table of Contents

Class TimeZoneFormat.GMTOffsetPatternType

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class TimeZoneFormat.GMTOffsetPatternType : Enum<TimeZoneFormat.GMTOffsetPatternType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IComparable<TimeZoneFormat.GMTOffsetPatternType>, ISerializable
Inheritance
JVMBridgeBase
TimeZoneFormat.GMTOffsetPatternType
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<TimeZoneFormat.GMTOffsetPatternType>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<TimeZoneFormat.GMTOffsetPatternType>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<TimeZoneFormat.GMTOffsetPatternType>>.Execute<T>(params T[])
JVMBridgeBase<Enum<TimeZoneFormat.GMTOffsetPatternType>>.DynBridgeClazz
JVMBridgeBase<Enum<TimeZoneFormat.GMTOffsetPatternType>>.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

GMTOffsetPatternType()

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

public GMTOffsetPatternType()

GMTOffsetPatternType(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 GMTOffsetPatternType(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

NEGATIVE_H

public static TimeZoneFormat.GMTOffsetPatternType NEGATIVE_H { get; }

Property Value

TimeZoneFormat.GMTOffsetPatternType

NEGATIVE_HM

public static TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HM { get; }

Property Value

TimeZoneFormat.GMTOffsetPatternType

NEGATIVE_HMS

public static TimeZoneFormat.GMTOffsetPatternType NEGATIVE_HMS { get; }

Property Value

TimeZoneFormat.GMTOffsetPatternType

POSITIVE_H

public static TimeZoneFormat.GMTOffsetPatternType POSITIVE_H { get; }

Property Value

TimeZoneFormat.GMTOffsetPatternType

POSITIVE_HM

public static TimeZoneFormat.GMTOffsetPatternType POSITIVE_HM { get; }

Property Value

TimeZoneFormat.GMTOffsetPatternType

POSITIVE_HMS

public static TimeZoneFormat.GMTOffsetPatternType POSITIVE_HMS { get; }

Property Value

TimeZoneFormat.GMTOffsetPatternType

Methods

ValueOf(String)

public static TimeZoneFormat.GMTOffsetPatternType ValueOf(String arg0)

Parameters

arg0 String

String

Returns

TimeZoneFormat.GMTOffsetPatternType

TimeZoneFormat.GMTOffsetPatternType

Values()

public static TimeZoneFormat.GMTOffsetPatternType[] Values()

Returns

GMTOffsetPatternType[]

TimeZoneFormat.GMTOffsetPatternType