OrdinalNumber
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class OrdinalNumber extends System.Enum
Represents an ordinal number in the instance of RecurringTaskInfo
class.
Fields
Field | Description |
---|---|
First | The first element. |
Fourth | The fourth element. |
Last | The last element. |
Second | The second element. |
Third | The third element. |
First
public static final int First
The first element.
Fourth
public static final int Fourth
The fourth element.
Last
public static final int Last
The last element.
Second
public static final int Second
The second element.
Third
public static final int Third
The third element.