Table of Contents

Class Month

Namespace
Java.Time
Assembly
MASES.JNet.dll
public class Month : Enum<Month>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<Month>>
Month
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<Month>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<Month>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<Month>>.Execute<T>(params T[])
JVMBridgeBase<Enum<Month>>.DynBridgeClazz
JVMBridgeBase<Enum<Month>>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

Month

AUGUST

public static Month AUGUST { get; }

Property Value

Month

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DECEMBER

public static Month DECEMBER { get; }

Property Value

Month

FEBRUARY

public static Month FEBRUARY { get; }

Property Value

Month

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

JANUARY

public static Month JANUARY { get; }

Property Value

Month

JULY

public static Month JULY { get; }

Property Value

Month

JUNE

public static Month JUNE { get; }

Property Value

Month

MARCH

public static Month MARCH { get; }

Property Value

Month

MAY

public static Month MAY { get; }

Property Value

Month

NOVEMBER

public static Month NOVEMBER { get; }

Property Value

Month

OCTOBER

public static Month OCTOBER { get; }

Property Value

Month

SEPTEMBER

public static Month SEPTEMBER { get; }

Property Value

Month

Value

public int Value { get; }

Property Value

int

Methods

AdjustInto(Temporal)

public Temporal AdjustInto(Temporal arg0)

Parameters

arg0 Temporal

Temporal

Returns

Temporal

Temporal

FirstDayOfYear(bool)

public int FirstDayOfYear(bool arg0)

Parameters

arg0 bool

bool

Returns

int

int

FirstMonthOfQuarter()

public Month FirstMonthOfQuarter()

Returns

Month

Month

From(TemporalAccessor)

public static Month From(TemporalAccessor arg0)

Parameters

arg0 TemporalAccessor

TemporalAccessor

Returns

Month

Month

Get(TemporalField)

public int Get(TemporalField arg0)

Parameters

arg0 TemporalField

TemporalField

Returns

int

int

GetDisplayName(TextStyle, Locale)

public String GetDisplayName(TextStyle arg0, Locale arg1)

Parameters

arg0 TextStyle

TextStyle

arg1 Locale

Locale

Returns

String

String

GetLong(TemporalField)

public long GetLong(TemporalField arg0)

Parameters

arg0 TemporalField

TemporalField

Returns

long

long

IsSupported(TemporalField)

public bool IsSupported(TemporalField arg0)

Parameters

arg0 TemporalField

TemporalField

Returns

bool

bool

Length(bool)

public int Length(bool arg0)

Parameters

arg0 bool

bool

Returns

int

int

MaxLength()

public int MaxLength()

Returns

int

int

MinLength()

public int MinLength()

Returns

int

int

Minus(long)

public Month Minus(long arg0)

Parameters

arg0 long

long

Returns

Month

Month

Of(int)

public static Month Of(int arg0)

Parameters

arg0 int

int

Returns

Month

Month

Plus(long)

public Month Plus(long arg0)

Parameters

arg0 long

long

Returns

Month

Month

Query<R>(TemporalQuery<R>)

public R Query<R>(TemporalQuery<R> arg0)

Parameters

arg0 TemporalQuery<R>

TemporalQuery

Returns

R

R

Type Parameters

R

Range(TemporalField)

public ValueRange Range(TemporalField arg0)

Parameters

arg0 TemporalField

TemporalField

Returns

ValueRange

ValueRange

ValueOf(String)

public static Month ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Month

Month

Values()

public static Month[] Values()

Returns

Month[]

Month

Operators

implicit operator TemporalAccessor(Month)

Converter from Month to TemporalAccessor

public static implicit operator TemporalAccessor(Month t)

Parameters

t Month

Returns

TemporalAccessor

implicit operator TemporalAdjuster(Month)

Converter from Month to TemporalAdjuster

public static implicit operator TemporalAdjuster(Month t)

Parameters

t Month

Returns

TemporalAdjuster