DailyRecurrencePattern
Contents
[
Hide
]
DailyRecurrencePattern class
Represents a recurrence pattern of daily recurrence type.
public class DailyRecurrencePattern : RecurrencePattern
Constructors
Name | Description |
---|---|
DailyRecurrencePattern(DateTime) | Initializes a new instance of the DailyRecurrencePattern class. |
DailyRecurrencePattern(int) | Initializes a new instance of the DailyRecurrencePattern class. |
DailyRecurrencePattern(DateTime, int) | Initializes a new instance of the DailyRecurrencePattern class. |
DailyRecurrencePattern(int, int) | Initializes a new instance of the DailyRecurrencePattern class. |
Properties
Name | Description |
---|---|
EndDate { get; set; } | Gets or sets the end date. |
Interval { get; set; } | Gets or sets the number of recurrence units. |
Occurs { get; set; } | Gets or sets the number of occurrences of the recurrence pattern. |
WeekStart { get; set; } | Gets or sets the week start. |
Methods
Name | Description |
---|---|
override ToString() | Returns a string that represents the current object. |
See Also
- class RecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email