public final class OrdinalNumber
extends com.aspose.ms.System.Enum
Represents an ordinal number in the instance of RecurringTaskInfo
class.
Modifier and Type | Field and Description |
---|---|
static int |
First
The first element.
|
static int |
Fourth
The fourth element.
|
static int |
Last
The last element.
|
static int |
Second
The second element.
|
static int |
Third
The third element.
|
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 First
The first element.
public static final int Second
The second element.
public static final int Third
The third element.
public static final int Fourth
The fourth element.
public static final int Last
The last element.