Table of Contents

Class DateFormatSymbols

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class DateFormatSymbols : JVMBridgeCore<DateFormatSymbols>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeCore
JVMBridgeCore<DateFormatSymbols>
DateFormatSymbols
Implements
Inherited Members
JVMBridgeCore<DateFormatSymbols>.IsAssignableFrom(IJavaType)
JVMBridgeCore<DateFormatSymbols>.IsAssignableFrom<T>()
JVMBridgeCore<DateFormatSymbols>.Execute<T>(params T[])
JVMBridgeCore<DateFormatSymbols>.DynBridgeClazz
JVMBridgeCore<DateFormatSymbols>.BridgeClazz
JVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)
JVMBridgeCore.RuntimeClassNameOf<T>()
JVMBridgeCore.ClassNameOf<T>()
JVMBridgeCore.ClassOf<T>()
JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeCore.MonitorEnter()
JVMBridgeCore.MonitorExit()
JVMBridgeCore.IsInstanceOf(IJavaType)
JVMBridgeCore.IsInstanceOf<T>()
JVMBridgeCore.RuntimeIsInstanceOf<T>()
JVMBridgeCore.CastTo<TNewClass>()
JVMBridgeCore.CastDirect<TNewClass>()
JVMBridgeCore.ToString()
JVMBridgeCore.Equals(IJVMBridgeBase)
JVMBridgeCore.GetHashCode()
JVMBridgeCore.Notify()
JVMBridgeCore.NotifyAll()
JVMBridgeCore.Wait()
JVMBridgeCore.DynBridgeInstance
JVMBridgeCore.BridgeInstance
JVMBridgeCore.IsBridgeListener
Extension Methods

Constructors

DateFormatSymbols()

public DateFormatSymbols()

DateFormatSymbols(Locale)

public DateFormatSymbols(Locale arg0)

Parameters

arg0 Locale

Locale

DateFormatSymbols(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public DateFormatSymbols(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

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

Parameters

args object[]

Properties

AmPmStrings

public String[] AmPmStrings { get; set; }

Property Value

String[]

AvailableLocales

public static Locale[] AvailableLocales { get; }

Property Value

Locale[]

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Eras

public String[] Eras { get; set; }

Property Value

String[]

Instance

public static DateFormatSymbols Instance { get; }

Property Value

DateFormatSymbols

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 Closeable

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

LocalPatternChars

public String LocalPatternChars { get; set; }

Property Value

String

Months

public String[] Months { get; set; }

Property Value

String[]

ShortMonths

public String[] ShortMonths { get; set; }

Property Value

String[]

ShortWeekdays

public String[] ShortWeekdays { get; set; }

Property Value

String[]

Weekdays

public String[] Weekdays { get; set; }

Property Value

String[]

ZoneStrings

public String[] ZoneStrings { get; set; }

Property Value

String[]

Methods

GetInstance(Locale)

public static DateFormatSymbols GetInstance(Locale arg0)

Parameters

arg0 Locale

Locale

Returns

DateFormatSymbols

DateFormatSymbols

Operators

implicit operator Serializable(DateFormatSymbols)

Converter from DateFormatSymbols to Serializable

public static implicit operator Serializable(DateFormatSymbols t)

Parameters

t DateFormatSymbols

Returns

Serializable

implicit operator Cloneable(DateFormatSymbols)

Converter from DateFormatSymbols to Cloneable

public static implicit operator Cloneable(DateFormatSymbols t)

Parameters

t DateFormatSymbols

Returns

Cloneable