_TaskItem.SkipRecurrence Method

Definition

Clears the current instance of a recurring task and sets the recurrence to the next instance of that task.

public:
 bool SkipRecurrence();
public bool SkipRecurrence ();
Public Function SkipRecurrence () As Boolean

Returns

False indicates that the task was the last task in the recurrence, so there is no task to set the recurrence to. True indicates that the recurrence was successfully set to the next instance of that task.

Applies to