Table of Contents

Class TimeZoneNames

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class TimeZoneNames : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
TimeZoneNames
Implements
Extension Methods

Constructors

TimeZoneNames(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 TimeZoneNames(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

GetAvailableMetaZoneIDs()

public Set<String> GetAvailableMetaZoneIDs()

Returns

Set<String>

Set

GetAvailableMetaZoneIDs(String)

public Set<String> GetAvailableMetaZoneIDs(String arg0)

Parameters

arg0 String

String

Returns

Set<String>

Set

GetDisplayName(String, NameType, long)

public String GetDisplayName(String arg0, TimeZoneNames.NameType arg1, long arg2)

Parameters

arg0 String

String

arg1 TimeZoneNames.NameType

TimeZoneNames.NameType

arg2 long

long

Returns

String

String

GetExemplarLocationName(String)

public String GetExemplarLocationName(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetInstance(ULocale)

public static TimeZoneNames GetInstance(ULocale arg0)

Parameters

arg0 ULocale

ULocale

Returns

TimeZoneNames

TimeZoneNames

GetInstance(Locale)

public static TimeZoneNames GetInstance(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

TimeZoneNames

TimeZoneNames

GetMetaZoneDisplayName(String, NameType)

public String GetMetaZoneDisplayName(String arg0, TimeZoneNames.NameType arg1)

Parameters

arg0 String

String

arg1 TimeZoneNames.NameType

TimeZoneNames.NameType

Returns

String

String

GetMetaZoneID(String, long)

public String GetMetaZoneID(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

String

String

GetReferenceZoneID(String, String)

public String GetReferenceZoneID(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

String

String

GetTZDBInstance(ULocale)

public static TimeZoneNames GetTZDBInstance(ULocale arg0)

Parameters

arg0 ULocale

ULocale

Returns

TimeZoneNames

TimeZoneNames

GetTimeZoneDisplayName(String, NameType)

public String GetTimeZoneDisplayName(String arg0, TimeZoneNames.NameType arg1)

Parameters

arg0 String

String

arg1 TimeZoneNames.NameType

TimeZoneNames.NameType

Returns

String

String