ScheduleRepetitionRate Enumeration
Enumeration of scopes of repetition.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public enum ScheduleRepetitionRate
Public Enumeration ScheduleRepetitionRate
No code example is currently available or this language may not be supported.
| None | 0 |
The event never occurs.
|
| Once | 1 |
The event occurs once on the specified Date and Time.
|
| Day | 2 |
The event occurs once every X days. Note. Each day = every [1] days.
|
| Weekday | 3 |
The event occurs each weekday.
|
| Weekly | 4 |
The event occurs once every X weeks on { Sunday | Monday | Tuesday |
Wednesday | Thursday | Friday | Saturday }.
|
| MonthDay | 5 |
The event occurs on the X day of each Y months.
|
| Month | 6 |
The event occurs on the { First | Second | Third | Fourth | Last }
{ Sunday | Monday | Tuesday | Wednesday | Thursday | Friday |
Saturday } of each X months.
|
| YearDay | 7 |
Event occurs each {Month}{Day}.
|
| Year | 8 |
Event occurs on the { First | Second | Third | Fourth | Last }
{ Sunday | Monday | Tuesday | Wednesday | Thursday | Friday |
Saturday } of each {Month}.
|