Class DateFormat.Field
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
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CalendarField
public int CalendarField { get; }
Property Value
DAY_OF_MONTH
public static DateFormat.Field DAY_OF_MONTH { get; }
Property Value
DAY_OF_WEEK
public static DateFormat.Field DAY_OF_WEEK { get; }
Property Value
DAY_OF_WEEK_IN_MONTH
public static DateFormat.Field DAY_OF_WEEK_IN_MONTH { get; }
Property Value
DAY_OF_YEAR
public static DateFormat.Field DAY_OF_YEAR { get; }
Property Value
ERA
public static DateFormat.Field ERA { get; }
Property Value
HOUR0
public static DateFormat.Field HOUR0 { get; }
Property Value
HOUR1
public static DateFormat.Field HOUR1 { get; }
Property Value
HOUR_OF_DAY0
public static DateFormat.Field HOUR_OF_DAY0 { get; }
Property Value
HOUR_OF_DAY1
public static DateFormat.Field HOUR_OF_DAY1 { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MILLISECOND
public static DateFormat.Field MILLISECOND { get; }
Property Value
MINUTE
public static DateFormat.Field MINUTE { get; }
Property Value
MONTH
public static DateFormat.Field MONTH { get; }
Property Value
SECOND
public static DateFormat.Field SECOND { get; }
Property Value
TIME_ZONE
public static DateFormat.Field TIME_ZONE { get; }
Property Value
WEEK_OF_MONTH
public static DateFormat.Field WEEK_OF_MONTH { get; }
Property Value
WEEK_OF_YEAR
public static DateFormat.Field WEEK_OF_YEAR { get; }
Property Value
YEAR
public static DateFormat.Field YEAR { get; }
Property Value
Methods
OfCalendarField(int)
public static DateFormat.Field OfCalendarField(int arg0)