Indicates the type of a DaySpecification.
enum DaySpecificationTypeEnum { dstSpecifiedDays = 1, dstSpecifiedWeekdays = 2, dstFloatingOffset = 3, dstEndOfMonthOffset = 4, dstEasterOffset = 5 };
public enum DaySpecificationTypeEnum { dstSpecifiedDays = 1, dstSpecifiedWeekdays = 2, dstFloatingOffset = 3, dstEndOfMonthOffset = 4, dstEasterOffset = 5 }
Public Enum DaySpecificationTypeEnum dstSpecifiedDays = 1 dstSpecifiedWeekdays = 2 dstFloatingOffset = 3 dstEndOfMonthOffset = 4 dstEasterOffset = 5 End Enum
Members |
Description |
dstSpecifiedDays = 1 |
The job executes on specified days of the month. |
dstSpecifiedWeekdays = 2 |
The job executes on specified days of the week. |
dstFloatingOffset = 3 |
The job executes on the day defined by the floating rule. |
dstEndOfMonthOffset = 4 |
The job executes a specified number of days before or after the end of the month. |
dstEasterOffset = 5 |
The job executes a specified number of days before or after Easter. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|