DailyRecurrencePattern

DailyRecurrencePattern class

Represents a recurrence pattern of daily recurrence type.

The DailyRecurrencePattern type exposes the following members:

Constructors

NameDescription
DailyRecurrencePattern(end_date)Initializes a new instance of the DailyRecurrencePattern class
DailyRecurrencePattern(occurs)Initializes a new instance of the DailyRecurrencePattern class
DailyRecurrencePattern(end_date, interval)Initializes a new instance of the DailyRecurrencePattern class
DailyRecurrencePattern(occurs, interval)Initializes a new instance of the DailyRecurrencePattern class

Properties

NameDescription
intervalGets or sets the number of recurrence units.
occursGets or sets the number of occurrences of the recurrence pattern.
end_dateGets or sets the end date.
week_startGets or sets the week start.

See Also