Table of Contents

Class SimpleDateFormat

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

Constructors

SimpleDateFormat()

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

public SimpleDateFormat()

SimpleDateFormat(String)

public SimpleDateFormat(String arg0)

Parameters

arg0 String

String

SimpleDateFormat(String, DateFormatSymbols)

public SimpleDateFormat(String arg0, DateFormatSymbols arg1)

Parameters

arg0 String

String

arg1 DateFormatSymbols

DateFormatSymbols

SimpleDateFormat(String, Locale)

public SimpleDateFormat(String arg0, Locale arg1)

Parameters

arg0 String

String

arg1 Locale

Locale

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DateFormatSymbols

public DateFormatSymbols DateFormatSymbols { get; set; }

Property Value

DateFormatSymbols

Get2DigitYearStart

public Date Get2DigitYearStart { get; }

Property Value

Date

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

Methods

ApplyLocalizedPattern(String)

public void ApplyLocalizedPattern(String arg0)

Parameters

arg0 String

String

ApplyPattern(String)

public void ApplyPattern(String arg0)

Parameters

arg0 String

String

Set2DigitYearStart(Date)

public void Set2DigitYearStart(Date arg0)

Parameters

arg0 Date

Date

ToLocalizedPattern()

public String ToLocalizedPattern()

Returns

String

String

ToPattern()

public String ToPattern()

Returns

String

String