DaySpecificationType Enumeration
In This Topic
Syntax
Members
Member | Value | Description |
EasterOffset | 5 |
The job executes a specified number of days before or after Easter.
|
EndOfMonthOffset | 4 |
The job executes a specified number of days before or after the end of the month.
|
FloatingOffset | 3 |
The job executes on the day defined by the floating rule.
|
SpecifiedDays | 1 |
The job executes on specified days of the month.
|
SpecifiedWeekdays | 2 |
The job executes on specified days of the week.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.DaySpecificationType
See Also