Class DateFormat.Field
public class DateFormat.Field : Format.Field, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Serializable>DateFormat.Field
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Serializable>.IsAssignableFrom<T>()JVMBridgeBase<Serializable>.Execute<T>(params T[])JVMBridgeBase<Serializable>.DynBridgeClazzJVMBridgeBase<Serializable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- 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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
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
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
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)