Table of Contents

Class DateFormatSymbols

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

Constructors

DateFormatSymbols()

public DateFormatSymbols()

DateFormatSymbols(Locale)

public DateFormatSymbols(Locale arg0)

Parameters

arg0 Locale

Locale

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

Parameters

initializer IJVMBridgeBaseInitializer

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

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

CreatePoolableInstance()

HPA initializer for DateFormatSymbols()

public static DateFormatSymbols CreatePoolableInstance()

Returns

DateFormatSymbols

CreatePoolableInstance(Locale)

HPA initializer for DateFormatSymbols(Java.Util.Locale arg0)

public static DateFormatSymbols CreatePoolableInstance(Locale arg0)

Parameters

arg0 Locale

Returns

DateFormatSymbols

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