DailyRecurrencePatternType Class
The DailyRecurrencePatternType class describes the frequency, in days, in which a calendar item or a task recurs.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RecurrencePatternBaseType
ExchangeWebServices.IntervalRecurrencePatternBaseType
ExchangeWebServices.DailyRecurrencePatternType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DailyRecurrencePatternType _
Inherits IntervalRecurrencePatternBaseType
'Usage
Dim instance As DailyRecurrencePatternType
[SerializableAttribute]
public class DailyRecurrencePatternType : IntervalRecurrencePatternBaseType
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