Defines a recurrence pattern applied to a Task.
| C# | Visual Basic |
public sealed class TaskRecurrence : Recurrence
Public NotInheritable Class TaskRecurrence _ Inherits Recurrence
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Clear()()()() |
Removes a recurrence pattern.
(Inherited from Recurrence.) | |
| DayOfMonth |
The day in any month a pattern occurs, from 1 to 31.
(Inherited from Recurrence.) | |
| DayOfMonthChanged |
Occurs when the DayOfMonth property changes.
(Inherited from Recurrence.) | |
| DaysOfWeekMask |
Days pattern occurs – a combination of items from the DaysOfWeek enumeration.
(Inherited from Recurrence.) | |
| DaysOfWeekMaskChanged |
Occurs when the DaysOfWeekMask property changes.
(Inherited from Recurrence.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Instance |
The week of the month the recurrence occurs, from one to five.
(Inherited from Recurrence.) | |
| InstanceChanged |
Occurs when the Instance property changes.
(Inherited from Recurrence.) | |
| Interval |
The number of units between occurrences, e.g. the N in “Every N days/weeks/months.”
(Inherited from Recurrence.) | |
| IntervalChanged |
Occurs when the Interval property changes.
(Inherited from Recurrence.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MonthOfYear |
Gets or sets the month of the year in which the recurrence occurs.
(Inherited from Recurrence.) | |
| MonthOfYearChanged |
Occurs when the MonthOfYear property changes.
(Inherited from Recurrence.) | |
| NoEndDate |
Determines if recurrence pattern has a defined PatternEndDate.
(Inherited from Recurrence.) | |
| NoEndDateChanged |
Occurs when the NoEndDate property changes.
(Inherited from Recurrence.) | |
| Occurrences |
Gets or sets the number of occurrences in the recurrence pattern.
(Inherited from Recurrence.) | |
| OccurrencesChanged |
Occurs when the Occurrences property changes.
(Inherited from Recurrence.) | |
| PatternEndDate |
Date at which recurrence pattern ends.
(Inherited from Recurrence.) | |
| PatternEndDateChanged |
Occurs when the recurrence pattern's end date changes.
(Inherited from Recurrence.) | |
| PatternStartDate |
Date at which the Recurrence starts.
(Inherited from Recurrence.) | |
| PatternStartDateChanged |
Occurs when the recurrence pattern's start date changes.
(Inherited from Recurrence.) | |
| RecurrenceType |
Returns or sets the recurrence frequency for an Appointment or Task.
(Inherited from Recurrence.) | |
| RecurrenceTypeChanged |
Occurs when the recurrence type changes.
(Inherited from Recurrence.) | |
| Skip()()()() |
Disregards this occurence of the Task.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| Recurrence | ||
| TaskRecurrence | ||