ScheduleRepetitionRate Enumeration

Enumeration of scopes of repetition.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public enum ScheduleRepetitionRate

Members

None0 The event never occurs.
Once1 The event occurs once on the specified Date and Time.
Day2 The event occurs once every X days. Note. Each day = every [1] days.
Weekday3 The event occurs each weekday.
Weekly4 The event occurs once every X weeks on { Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday }.
MonthDay5 The event occurs on the X day of each Y months.
Month6 The event occurs on the { First | Second | Third | Fourth | Last } { Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday } of each X months.
YearDay7 Event occurs each {Month}{Day}.
Year8 Event occurs on the { First | Second | Third | Fourth | Last } { Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday } of each {Month}.

See Also