Share via


AppointmentRecurrence Members

3/29/2010

Defines a recurrence pattern and applies it to an Appointment.

The following tables list the members exposed by the AppointmentRecurrence type.

Public Properties

  Name Description
ms886452.pubproperty(en-us,MSDN.10).gif DayOfMonth  Gets or sets the day in a month on which an item occurs, from 1 to 31. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif DaysOfWeekMask  Gets or sets the days of the week of the recurrence. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif Duration Gets or sets the length of time that the recurrence pattern lasts. Duration is supported for Appointments only.
ms886452.pubproperty(en-us,MSDN.10).gif Instance  Gets or sets the week of the month (the WeekOfMonth enumeration value) in which an item occurs, from one to five. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif Interval  Gets or sets the length of time between occurrences. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif MonthOfYear  Gets or sets the month of the year (the Month enumeration value) in which an item occurs, from one to twelve. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif NoEndDate  Gets or sets whether the recurrence pattern has an end date. true if the recurrence has no end date; otherwise false. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif Occurrences  Gets or sets the number of occurrences in the recurrence pattern. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif PatternEndDate  Gets or sets the ending date of the recurrence pattern. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif PatternEndTime Gets or sets the end time for a recurring Appointment. Supported only for Appointments . You must set the date values for PatternStartTime and PatternEndTime. The recurrence pattern's PatternStartTime and PatternEndTime must be equal to the time and date of one of the appointments in the recurrence series. If the appointment is less than one day, then the recurrence pattern PatternStartTime and PatternEndTime must be equal.
ms886452.pubproperty(en-us,MSDN.10).gif PatternStartDate  Gets or sets the starting date of the recurrence pattern. (inherited from Recurrence)
ms886452.pubproperty(en-us,MSDN.10).gif PatternStartTime Gets or sets the start time for a recurring Appointment. Supported only for Appointments. You must set the date values for PatternStartTime and PatternEndTime. The recurrence pattern's PatternStartTime and PatternEndTime must be equal to the time and date of one of the appointments in the recurrence series. If the appointment is less than one day, then the recurrence pattern PatternStartTime and PatternEndTime must be equal.
ms886452.pubproperty(en-us,MSDN.10).gif RecurrenceType  Gets or sets the type of recurrence pattern applied to a Task, Appointment, Event, or Meeting. (inherited from Recurrence)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms886452.pubmethod(en-us,MSDN.10).gif Clear Overridden. Removes the recurrence pattern from an Appointment.
ms886452.pubmethod(en-us,MSDN.10).gif Equals  Overloaded. (inherited from Object )
ms886452.pubmethod(en-us,MSDN.10).gif GetHashCode  (inherited from Object )
ms886452.pubmethod(en-us,MSDN.10).gif GetOccurrence Gets one specific occurence of the recurring Appointment.
ms886452.pubmethod(en-us,MSDN.10).gif GetType  (inherited from Object )
ms886452.pubmethod(en-us,MSDN.10).gif ms886452.static(en-us,MSDN.10).gif ReferenceEquals  (inherited from Object )
ms886452.pubmethod(en-us,MSDN.10).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms886452.protmethod(en-us,MSDN.10).gif Finalize  (inherited from Object )
ms886452.protmethod(en-us,MSDN.10).gif MemberwiseClone  (inherited from Object )

Top

Public Events

  Name Description
ms886452.pubevent(en-us,MSDN.10).gif DayOfMonthChanged  Occurs when the DayOfMonth property changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif DaysOfWeekMaskChanged  Occurs when the DayOfWeek property changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif DurationChanged Occurs when a recurrence pattern's duration changes.
ms886452.pubevent(en-us,MSDN.10).gif InstanceChanged  Occurs when the WeekOfMonth property changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif IntervalChanged  Occurs when the occurrence interval changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif MonthOfYearChanged  Occurs when the MonthOfYear property changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif NoEndDateChanged  Occurs when the NoEndDate property changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif OccurrencesChanged  Occurs when the the number of occurences changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif PatternEndDateChanged  Occurs when the recurrence pattern’s end date changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif PatternEndTimeChanged Occurs when a recurrence pattern's end time changes.
ms886452.pubevent(en-us,MSDN.10).gif PatternStartDateChanged  Occurs when the recurrence pattern’s start date changes. (inherited from Recurrence)
ms886452.pubevent(en-us,MSDN.10).gif PatternStartTimeChanged Occurs when a recurrence pattern's start time changes.
ms886452.pubevent(en-us,MSDN.10).gif RecurrenceTypeChanged  Occurs when the recurrence type changes. (inherited from Recurrence)

Top

See Also

Reference

AppointmentRecurrence Class
Microsoft.WindowsMobile.PocketOutlook Namespace