static class |
Recurrence.DailyPattern |
Represents a recurrence pattern where each occurrence happens a specific
number of days after the previous one.
|
static class |
Recurrence.DailyRegenerationPattern |
Represents a regeneration pattern, as used with recurring tasks, where
each occurrence happens a specified number of days after the previous one
is completed.
|
static class |
Recurrence.MonthlyPattern |
Represents a recurrence pattern where each occurrence happens on a
specific day a specific number of months after the previous one.
|
static class |
Recurrence.MonthlyRegenerationPattern |
Represents a regeneration pattern, as used with recurring tasks, where
each occurrence happens a specified number of months after the previous
one is completed.
|
static class |
Recurrence.RelativeMonthlyPattern |
Represents a recurrence pattern where each occurrence happens on a
relative day a specific number of months after the previous one.
|
static class |
Recurrence.WeeklyPattern |
Represents a recurrence pattern where each occurrence happens on specific
days a specific number of weeks after the previous one.
|
static class |
Recurrence.WeeklyRegenerationPattern |
Represents a regeneration pattern, as used with recurring tasks, where
each occurrence happens a specified number of weeks after the previous
one is completed.
|
static class |
Recurrence.YearlyRegenerationPattern |
Represents a regeneration pattern, as used with recurring tasks, where
each occurrence happens a specified number of years after the previous
one is completed.
|