_TaskItem.SkipRecurrence Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.