DailyRecurrencePattern.DailyRecurrencePattern
Contents
[
Hide
]DailyRecurrencePattern(DateTime)
Initializes a new instance of the DailyRecurrencePattern class.
public DailyRecurrencePattern(DateTime endDate)
| Parameter | Type | Description |
|---|---|---|
| endDate | DateTime | The end date. |
See Also
- class DailyRecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email
DailyRecurrencePattern(int)
Initializes a new instance of the DailyRecurrencePattern class.
public DailyRecurrencePattern(int occurs)
| Parameter | Type | Description |
|---|---|---|
| occurs | Int32 | The Int32 value that represents number of occurrences. |
See Also
- class DailyRecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email
DailyRecurrencePattern(DateTime, int)
Initializes a new instance of the DailyRecurrencePattern class.
public DailyRecurrencePattern(DateTime endDate, int interval)
| Parameter | Type | Description |
|---|---|---|
| endDate | DateTime | The end date. |
| interval | Int32 | The number of recurrence units. |
See Also
- class DailyRecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email
DailyRecurrencePattern(int, int)
Initializes a new instance of the DailyRecurrencePattern class.
public DailyRecurrencePattern(int occurs, int interval)
| Parameter | Type | Description |
|---|---|---|
| occurs | Int32 | The Int32 value that represents number of occurrences. |
| interval | Int32 | The number of recurrence units. |
See Also
- class DailyRecurrencePattern
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email