Table of Contents

Class DateFormatSymbols

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class DateFormatSymbols : JVMBridgeBase<DateFormatSymbols>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
DateFormatSymbols
Implements
Inherited Members
Extension Methods

Constructors

DateFormatSymbols()

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

public DateFormatSymbols()

DateFormatSymbols(Locale)

public DateFormatSymbols(Locale arg0)

Parameters

arg0 Locale

Locale

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