Package com.aspose.tasks
Class OrdinalNumber
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.OrdinalNumber
-
public final class OrdinalNumber extends com.aspose.ms.System.Enum
Represents an ordinal number in the instance of
RecurringTaskInfo
class.
-
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
First
public static final int First
The first element.
- See Also:
- Constant Field Values
-
Second
public static final int Second
The second element.
- See Also:
- Constant Field Values
-
Third
public static final int Third
The third element.
- See Also:
- Constant Field Values
-
Fourth
public static final int Fourth
The fourth element.
- See Also:
- Constant Field Values
-
Last
public static final int Last
The last element.
- See Also:
- Constant Field Values
-
-