In The Hand LtdIn The Hand
Recurrence Class
NamespacesInTheHand.WindowsMobile.PocketOutlookRecurrence
.NET Components for Mobility
Defines a Recurrence pattern for a Task or Appointment.
Declaration Syntax
C#Visual Basic
public class Recurrence
Public Class Recurrence
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.

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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
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.
Inheritance Hierarchy

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0