The recurrence domain model aims at providing support for defining different kinds of recurrence with daylight saving time support. Daylight saving time support means that ambiguousDateTime are shifted by applying the following conversion: .ToUniversalTime().ToLocalTime().For example the following ambiguous DateTime 27/03/2011 02:30:00 (CET) becomes 27/03/2011 03:30:30 (CET).
This domain model has been designed in order to be independent and reusable by others components (like theScheduledTimer or the ScheduledDelay activity).
You will find here after a description of the recurrence domain model.
Type | Description |
Recurrence |
|
OccurrenceSchedule |
|
PeriodRecurrence |
|
DailyRecurrence |
|
WeeklyRecurrence |
|
MonthlyRecurrence |
|