Class Month
public class Month : Enum<Month>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseMonth
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Enum<Month>>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])JVMBridgeBase<Enum<Month>>.IsAssignableFrom(IJavaType)JVMBridgeBase<Enum<Month>>.IsAssignableFrom<T>()JVMBridgeBase<Enum<Month>>.Execute<T>(params T[])JVMBridgeBase<Enum<Month>>.DynBridgeClazzJVMBridgeBase<Enum<Month>>.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
Month()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Month()
Month(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 Month(params object[] args)
Parameters
args
object[]
Properties
APRIL
public static Month APRIL { get; }
Property Value
AUGUST
public static Month AUGUST { 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
DECEMBER
public static Month DECEMBER { get; }
Property Value
FEBRUARY
public static Month FEBRUARY { 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
JANUARY
public static Month JANUARY { get; }
Property Value
JULY
public static Month JULY { get; }
Property Value
JUNE
public static Month JUNE { get; }
Property Value
MARCH
public static Month MARCH { get; }
Property Value
MAY
public static Month MAY { get; }
Property Value
NOVEMBER
public static Month NOVEMBER { get; }
Property Value
OCTOBER
public static Month OCTOBER { get; }
Property Value
SEPTEMBER
public static Month SEPTEMBER { get; }
Property Value
Value
public int Value { get; }
Property Value
Methods
AdjustInto(Temporal)
public Temporal AdjustInto(Temporal arg0)
Parameters
Returns
FirstDayOfYear(bool)
public int FirstDayOfYear(bool arg0)
Parameters
Returns
FirstMonthOfQuarter()
public Month FirstMonthOfQuarter()
Returns
From(TemporalAccessor)
public static Month From(TemporalAccessor arg0)
Parameters
Returns
Get(TemporalField)
public int Get(TemporalField arg0)
Parameters
Returns
GetDisplayName(TextStyle, Locale)
public String GetDisplayName(TextStyle arg0, Locale arg1)
Parameters
Returns
GetLong(TemporalField)
public long GetLong(TemporalField arg0)
Parameters
Returns
IsSupported(TemporalField)
public bool IsSupported(TemporalField arg0)
Parameters
Returns
Length(bool)
public int Length(bool arg0)
Parameters
Returns
MaxLength()
public int MaxLength()
Returns
MinLength()
public int MinLength()
Returns
Minus(long)
public Month Minus(long arg0)
Parameters
Returns
Of(int)
public static Month Of(int arg0)
Parameters
Returns
Plus(long)
public Month Plus(long arg0)
Parameters
Returns
Query<R>(TemporalQuery<R>)
public R Query<R>(TemporalQuery<R> arg0)
Parameters
arg0
TemporalQuery<R>
Returns
- R
R
Type Parameters
R
Range(TemporalField)
public ValueRange Range(TemporalField arg0)
Parameters
Returns
ValueOf(String)
public static Month ValueOf(String arg0)
Parameters
Returns
Values()
public static Month[] Values()
Returns
Operators
implicit operator TemporalAccessor(Month)
Converter from Month to TemporalAccessor
public static implicit operator TemporalAccessor(Month t)
Parameters
t
Month
Returns
implicit operator TemporalAdjuster(Month)
Converter from Month to TemporalAdjuster
public static implicit operator TemporalAdjuster(Month t)
Parameters
t
Month