Class Recurrence.DailyPattern
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a recurrence pattern where each occurrence happens a specific number of days after the previous one.
public sealed class Recurrence.DailyPattern : Recurrence.IntervalPattern
- Inheritance
-
Recurrence.DailyPattern
- Inherited Members
Constructors
DailyPattern()
Initializes a new instance of the Recurrence.DailyPattern class.
public DailyPattern()
DailyPattern(DateTime, int)
Initializes a new instance of the Recurrence.DailyPattern class.
public DailyPattern(DateTime startDate, int interval)