| C# | Visual Basic |
public class Recurrence
Public Class Recurrence
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| Clear()()() |
Removes a recurrence pattern.
| |
| DayOfMonth |
The day in any month a pattern occurs, from 1 to 31.
| |
| DayOfMonthChanged |
Occurs when the DayOfMonth property changes.
| |
| DaysOfWeekMask |
Days pattern occurs – a combination of items from the DaysOfWeek enumeration.
| |
| DaysOfWeekMaskChanged |
Occurs when the DaysOfWeekMask property changes.
| |
| 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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.
| |
| InstanceChanged |
Occurs when the Instance property changes.
| |
| Interval |
The number of units between occurrences, e.g. the N in “Every N days/weeks/months.”
| |
| IntervalChanged |
Occurs when the Interval property changes.
| |
| 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.
| |
| MonthOfYearChanged |
Occurs when the MonthOfYear property changes.
| |
| NoEndDate |
Determines if recurrence pattern has a defined PatternEndDate.
| |
| NoEndDateChanged |
Occurs when the NoEndDate property changes.
| |
| Occurrences |
Gets or sets the number of occurrences in the recurrence pattern.
| |
| OccurrencesChanged |
Occurs when the Occurrences property changes.
| |
| PatternEndDate |
Date at which recurrence pattern ends.
| |
| PatternEndDateChanged |
Occurs when the recurrence pattern's end date changes.
| |
| PatternStartDate |
Date at which the Recurrence starts.
| |
| PatternStartDateChanged |
Occurs when the recurrence pattern's start date changes.
| |
| RecurrenceType |
Returns or sets the recurrence frequency for an Appointment or Task.
| |
| RecurrenceTypeChanged |
Occurs when the recurrence type changes.
| |
| ToString()()() | (Inherited from Object.) |
Note that in setting up a recurrence, you MUST set the RecurrenceType property first.
Some of the properties may or may not be set depending on the value assigned to RecurrenceType.
| Object | ||
| Recurrence | ||
| AppointmentRecurrence | ||
| TaskRecurrence | ||
Defines a Recurrence pattern for a