WeeklyRecurrencePatternType Class
The WeeklyRecurrencePatternType class describes the frequency, in weeks, in which an item recurs, and the days on which the item recurs.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RecurrencePatternBaseType
ExchangeWebServices.IntervalRecurrencePatternBaseType
ExchangeWebServices.WeeklyRecurrencePatternType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WeeklyRecurrencePatternType _
Inherits IntervalRecurrencePatternBaseType
'Usage
Dim instance As WeeklyRecurrencePatternType
[SerializableAttribute]
public class WeeklyRecurrencePatternType : IntervalRecurrencePatternBaseType
Remarks
The time zone offset information is lost if the start and end dates of the recurring master item do not have a date that is equal to the first occurrence of a weekly recurrence pattern.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also