Defines a recurrence pattern as applied to an Appointment.
| C# | Visual Basic |
public sealed class AppointmentRecurrence : Recurrence
Public NotInheritable Class AppointmentRecurrence _ 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.) | |
| Duration |
Returns or sets the duration for a recurring Appointment.
| |
| DurationChanged |
Occurs when a recurrence pattern's duration changes.
| |
| Equals(Object) | (Inherited from Object.) | |
| Exceptions |
Returns an RecurrenceExceptionCollection to the recurring pattern.
| |
| 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.) | |
| GetOccurrence(DateTime) |
Returns a specific instance of an Appointment occurring on a specific date.
| |
| 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.) | |
| PatternEndTime |
Returns or sets when a recurring Appointment ends.
| |
| PatternEndTimeChanged |
Occurs when the recurrence pattern’s end date changes.
| |
| PatternStartDate |
Date at which the Recurrence starts.
(Inherited from Recurrence.) | |
| PatternStartDateChanged |
Occurs when the recurrence pattern's start date changes.
(Inherited from Recurrence.) | |
| PatternStartTime |
Returns or sets the start time for a recurring Appointment.
| |
| PatternStartTimeChanged |
Occurs when the recurrence pattern’s start time changes.
| |
| 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.) | |
| ToString()()() | (Inherited from Object.) |
Equivalent to Microsoft.WindowsMobile.PocketOutlook.AppointmentRecurrence.
| Object | ||
| Recurrence | ||
| AppointmentRecurrence | ||