Table of Contents

Class DateFormat.Field

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

Constructors

Field()

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

public Field()

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

Parameters

args object[]

Properties

AM_PM

public static DateFormat.Field AM_PM { get; }

Property Value

DateFormat.Field

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CalendarField

public int CalendarField { get; }

Property Value

int

DAY_OF_MONTH

public static DateFormat.Field DAY_OF_MONTH { get; }

Property Value

DateFormat.Field

DAY_OF_WEEK

public static DateFormat.Field DAY_OF_WEEK { get; }

Property Value

DateFormat.Field

DAY_OF_WEEK_IN_MONTH

public static DateFormat.Field DAY_OF_WEEK_IN_MONTH { get; }

Property Value

DateFormat.Field

DAY_OF_YEAR

public static DateFormat.Field DAY_OF_YEAR { get; }

Property Value

DateFormat.Field

ERA

public static DateFormat.Field ERA { get; }

Property Value

DateFormat.Field

HOUR0

public static DateFormat.Field HOUR0 { get; }

Property Value

DateFormat.Field

HOUR1

public static DateFormat.Field HOUR1 { get; }

Property Value

DateFormat.Field

HOUR_OF_DAY0

public static DateFormat.Field HOUR_OF_DAY0 { get; }

Property Value

DateFormat.Field

HOUR_OF_DAY1

public static DateFormat.Field HOUR_OF_DAY1 { get; }

Property Value

DateFormat.Field

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

MILLISECOND

public static DateFormat.Field MILLISECOND { get; }

Property Value

DateFormat.Field

MINUTE

public static DateFormat.Field MINUTE { get; }

Property Value

DateFormat.Field

MONTH

public static DateFormat.Field MONTH { get; }

Property Value

DateFormat.Field

SECOND

public static DateFormat.Field SECOND { get; }

Property Value

DateFormat.Field

TIME_ZONE

public static DateFormat.Field TIME_ZONE { get; }

Property Value

DateFormat.Field

WEEK_OF_MONTH

public static DateFormat.Field WEEK_OF_MONTH { get; }

Property Value

DateFormat.Field

WEEK_OF_YEAR

public static DateFormat.Field WEEK_OF_YEAR { get; }

Property Value

DateFormat.Field

YEAR

public static DateFormat.Field YEAR { get; }

Property Value

DateFormat.Field

Methods

OfCalendarField(int)

public static DateFormat.Field OfCalendarField(int arg0)

Parameters

arg0 int

int

Returns

DateFormat.Field

DateFormat.Field