Table of Contents

Class TimeZoneFormat

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

TimeZoneFormat()

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

public TimeZoneFormat()

TimeZoneFormat(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 TimeZoneFormat(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

Methods

CloneAsThawed()

public object CloneAsThawed()

Returns

object

object

Format(Style, TimeZone, long)

public String Format(TimeZoneFormat.Style arg0, TimeZone arg1, long arg2)

Parameters

arg0 TimeZoneFormat.Style

TimeZoneFormat.Style

arg1 TimeZone

TimeZone

arg2 long

long

Returns

String

String

Format(Style, TimeZone, long, Output<TimeType>)

public String Format(TimeZoneFormat.Style arg0, TimeZone arg1, long arg2, Output<TimeZoneFormat.TimeType> arg3)

Parameters

arg0 TimeZoneFormat.Style

TimeZoneFormat.Style

arg1 TimeZone

TimeZone

arg2 long

long

arg3 Output<TimeZoneFormat.TimeType>

Output

Returns

String

String

FormatOffsetISO8601Basic(int, bool, bool, bool)

public String FormatOffsetISO8601Basic(int arg0, bool arg1, bool arg2, bool arg3)

Parameters

arg0 int

int

arg1 bool

bool

arg2 bool

bool

arg3 bool

bool

Returns

String

String

FormatOffsetISO8601Extended(int, bool, bool, bool)

public String FormatOffsetISO8601Extended(int arg0, bool arg1, bool arg2, bool arg3)

Parameters

arg0 int

int

arg1 bool

bool

arg2 bool

bool

arg3 bool

bool

Returns

String

String

FormatOffsetLocalizedGMT(int)

public String FormatOffsetLocalizedGMT(int arg0)

Parameters

arg0 int

int

Returns

String

String

FormatOffsetShortLocalizedGMT(int)

public String FormatOffsetShortLocalizedGMT(int arg0)

Parameters

arg0 int

int

Returns

String

String

Freeze()

public object Freeze()

Returns

object

object

GetDefaultParseOptions()

public EnumSet<TimeZoneFormat.ParseOption> GetDefaultParseOptions()

Returns

EnumSet<TimeZoneFormat.ParseOption>

EnumSet

GetGMTOffsetDigits()

public String GetGMTOffsetDigits()

Returns

String

String

GetGMTOffsetPattern(GMTOffsetPatternType)

public String GetGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType arg0)

Parameters

arg0 TimeZoneFormat.GMTOffsetPatternType

TimeZoneFormat.GMTOffsetPatternType

Returns

String

String

GetGMTPattern()

public String GetGMTPattern()

Returns

String

String

GetGMTZeroFormat()

public String GetGMTZeroFormat()

Returns

String

String

GetInstance(ULocale)

public static TimeZoneFormat GetInstance(ULocale arg0)

Parameters

arg0 ULocale

ULocale

Returns

TimeZoneFormat

TimeZoneFormat

GetInstance(Locale)

public static TimeZoneFormat GetInstance(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

TimeZoneFormat

TimeZoneFormat

GetTimeZoneNames()

public TimeZoneNames GetTimeZoneNames()

Returns

TimeZoneNames

TimeZoneNames

IsFrozen()

public bool IsFrozen()

Returns

bool

bool

Parse(Style, String, ParsePosition, Output<TimeType>)

public TimeZone Parse(TimeZoneFormat.Style arg0, String arg1, ParsePosition arg2, Output<TimeZoneFormat.TimeType> arg3)

Parameters

arg0 TimeZoneFormat.Style

TimeZoneFormat.Style

arg1 String

String

arg2 ParsePosition

ParsePosition

arg3 Output<TimeZoneFormat.TimeType>

Output

Returns

TimeZone

TimeZone

Parse(Style, String, ParsePosition, EnumSet<ParseOption>, Output<TimeType>)

public TimeZone Parse(TimeZoneFormat.Style arg0, String arg1, ParsePosition arg2, EnumSet<TimeZoneFormat.ParseOption> arg3, Output<TimeZoneFormat.TimeType> arg4)

Parameters

arg0 TimeZoneFormat.Style

TimeZoneFormat.Style

arg1 String

String

arg2 ParsePosition

ParsePosition

arg3 EnumSet<TimeZoneFormat.ParseOption>

EnumSet

arg4 Output<TimeZoneFormat.TimeType>

Output

Returns

TimeZone

TimeZone

Parse(String)

public TimeZone Parse(String arg0)

Parameters

arg0 String

String

Returns

TimeZone

TimeZone

Exceptions

ParseException

Parse(String, ParsePosition)

public TimeZone Parse(String arg0, ParsePosition arg1)

Parameters

arg0 String

String

arg1 ParsePosition

ParsePosition

Returns

TimeZone

TimeZone

ParseOffsetISO8601(String, ParsePosition)

public int ParseOffsetISO8601(String arg0, ParsePosition arg1)

Parameters

arg0 String

String

arg1 ParsePosition

ParsePosition

Returns

int

int

ParseOffsetLocalizedGMT(String, ParsePosition)

public int ParseOffsetLocalizedGMT(String arg0, ParsePosition arg1)

Parameters

arg0 String

String

arg1 ParsePosition

ParsePosition

Returns

int

int

ParseOffsetShortLocalizedGMT(String, ParsePosition)

public int ParseOffsetShortLocalizedGMT(String arg0, ParsePosition arg1)

Parameters

arg0 String

String

arg1 ParsePosition

ParsePosition

Returns

int

int

SetDefaultParseOptions(EnumSet<ParseOption>)

public TimeZoneFormat SetDefaultParseOptions(EnumSet<TimeZoneFormat.ParseOption> arg0)

Parameters

arg0 EnumSet<TimeZoneFormat.ParseOption>

EnumSet

Returns

TimeZoneFormat

TimeZoneFormat

SetGMTOffsetDigits(String)

public TimeZoneFormat SetGMTOffsetDigits(String arg0)

Parameters

arg0 String

String

Returns

TimeZoneFormat

TimeZoneFormat

SetGMTOffsetPattern(GMTOffsetPatternType, String)

public TimeZoneFormat SetGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType arg0, String arg1)

Parameters

arg0 TimeZoneFormat.GMTOffsetPatternType

TimeZoneFormat.GMTOffsetPatternType

arg1 String

String

Returns

TimeZoneFormat

TimeZoneFormat

SetGMTPattern(String)

public TimeZoneFormat SetGMTPattern(String arg0)

Parameters

arg0 String

String

Returns

TimeZoneFormat

TimeZoneFormat

SetGMTZeroFormat(String)

public TimeZoneFormat SetGMTZeroFormat(String arg0)

Parameters

arg0 String

String

Returns

TimeZoneFormat

TimeZoneFormat

SetTimeZoneNames(TimeZoneNames)

public TimeZoneFormat SetTimeZoneNames(TimeZoneNames arg0)

Parameters

arg0 TimeZoneNames

TimeZoneNames

Returns

TimeZoneFormat

TimeZoneFormat

Operators

implicit operator Freezable(TimeZoneFormat)

Converter from TimeZoneFormat to Freezable

public static implicit operator Freezable(TimeZoneFormat t)

Parameters

t TimeZoneFormat

Returns

Freezable

implicit operator Serializable(TimeZoneFormat)

Converter from TimeZoneFormat to Serializable

public static implicit operator Serializable(TimeZoneFormat t)

Parameters

t TimeZoneFormat

Returns

Serializable