RecurrencePattern
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class RecurrencePattern extends System.Enum
Represents a type of recurrence pattern of a recurrent task.
Fields
Field | Description |
---|---|
Daily | Daily pattern. |
Monthly | Monthly pattern. |
Weekly | Weekly pattern. |
Yearly | Yearly pattern. |
Daily
public static final int Daily
Daily pattern.
Monthly
public static final int Monthly
Monthly pattern.
Weekly
public static final int Weekly
Weekly pattern.
Yearly
public static final int Yearly
Yearly pattern.