Table of Contents

Class TimeZone

Namespace
Java.Util
Assembly
MASES.JNet.dll
public class TimeZone : JVMBridgeBase<TimeZone>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<TimeZone>
TimeZone
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<TimeZone>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TimeZone>.IsAssignableFrom<T>()
JVMBridgeBase<TimeZone>.Execute<T>(params T[])
JVMBridgeBase<TimeZone>.DynBridgeClazz
JVMBridgeBase<TimeZone>.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

TimeZone()

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

[Obsolete("TimeZone class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TimeZone()

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

[Obsolete("TimeZone class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TimeZone(params object[] args)

Parameters

args object[]

Properties

AvailableIDs

public static String[] AvailableIDs { get; }

Property Value

String[]

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DSTSavings

public int DSTSavings { get; }

Property Value

int

Default

public static TimeZone Default { get; set; }

Property Value

TimeZone

DisplayName

public String DisplayName { get; }

Property Value

String

ID

public String ID { get; set; }

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

LONG

public static int LONG { get; }

Property Value

int

RawOffset

public int RawOffset { get; set; }

Property Value

int

SHORT

public static int SHORT { get; }

Property Value

int

Methods

GetAvailableIDs(int)

public static String[] GetAvailableIDs(int arg0)

Parameters

arg0 int

int

Returns

String[]

String

GetDisplayName(Locale)

public String GetDisplayName(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

String

String

GetDisplayName(bool, int)

public String GetDisplayName(bool arg0, int arg1)

Parameters

arg0 bool

bool

arg1 int

int

Returns

String

String

GetDisplayName(bool, int, Locale)

public String GetDisplayName(bool arg0, int arg1, Locale arg2)

Parameters

arg0 bool

bool

arg1 int

int

arg2 Locale

Locale

Returns

String

String

GetOffset(int, int, int, int, int, int)

public int GetOffset(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

Returns

int

int

GetOffset(long)

public int GetOffset(long arg0)

Parameters

arg0 long

long

Returns

int

int

GetTimeZone(String)

public static TimeZone GetTimeZone(String arg0)

Parameters

arg0 String

String

Returns

TimeZone

TimeZone

GetTimeZone(ZoneId)

public static TimeZone GetTimeZone(ZoneId arg0)

Parameters

arg0 ZoneId

ZoneId

Returns

TimeZone

TimeZone

HasSameRules(TimeZone)

public bool HasSameRules(TimeZone arg0)

Parameters

arg0 TimeZone

TimeZone

Returns

bool

bool

InDaylightTime(Date)

public bool InDaylightTime(Date arg0)

Parameters

arg0 Date

Date

Returns

bool

bool

ObservesDaylightTime()

public bool ObservesDaylightTime()

Returns

bool

bool

ToZoneId()

public ZoneId ToZoneId()

Returns

ZoneId

ZoneId

UseDaylightTime()

public bool UseDaylightTime()

Returns

bool

bool

Operators

implicit operator Serializable(TimeZone)

Converter from TimeZone to Serializable

public static implicit operator Serializable(TimeZone t)

Parameters

t TimeZone

Returns

Serializable

implicit operator Cloneable(TimeZone)

Converter from TimeZone to Cloneable

public static implicit operator Cloneable(TimeZone t)

Parameters

t TimeZone

Returns

Cloneable