public final class MonthPosition
extends com.aspose.ms.System.Enum
Specifies the position of a month item within a month.
Modifier and Type | Field and Description |
---|---|
static int |
First
Indicates First position month position.
|
static int |
Fourth
Indicates Fourth position month position.
|
static int |
Last
Indicates Last position month position.
|
static int |
Second
Indicates Second position month position.
|
static int |
Third
Indicates Third position month position.
|
static int |
Undefined
Indicates Undefined month position.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Undefined
Indicates Undefined month position.
public static final int First
Indicates First position month position.
public static final int Second
Indicates Second position month position.
public static final int Third
Indicates Third position month position.
public static final int Fourth
Indicates Fourth position month position.
public static final int Last
Indicates Last position month position.