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

FieldDescription
FirstThe first element.
FourthThe fourth element.
LastThe last element.
SecondThe second element.
ThirdThe 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.