public final class TaskRegeneratingPattern extends RecurrencePattern
Represents the regenerating recurrence pattern that specifies how many days, weeks, months or years after the completion of the current task the next occurrence will be due.
Constructor and Description |
---|
TaskRegeneratingPattern(int type,
int interval)
Initializes a new instance of the
TaskRegeneratingPattern class. |
Modifier and Type | Method and Description |
---|---|
int |
getRegeneratingType()
Gets or sets a type of regenerating pattern.
|
void |
setRegeneratingType(int value)
Gets or sets a type of regenerating pattern.
|
getEndDate, getInterval, getOccurs, getWeekStart, setEndDate, setInterval, setOccurs, setWeekStart, to_RecurrencePattern, toString
public TaskRegeneratingPattern(int type, int interval)
Initializes a new instance of the TaskRegeneratingPattern
class.
type
- Specifies the type of regenerating pattern.interval
- Specifies how many days, weeks, months or years after the completion of the current task the next occurrence will be due.