adTempus API
PreviousUpNext
DaySpecificationTypeEnum Enumeration

Indicates the type of a DaySpecification.

C++
enum DaySpecificationTypeEnum {
  dstSpecifiedDays = 1,
  dstSpecifiedWeekdays = 2,
  dstFloatingOffset = 3,
  dstEndOfMonthOffset = 4,
  dstEasterOffset = 5
};
C#
public enum DaySpecificationTypeEnum {
  dstSpecifiedDays = 1,
  dstSpecifiedWeekdays = 2,
  dstFloatingOffset = 3,
  dstEndOfMonthOffset = 4,
  dstEasterOffset = 5
}
Visual Basic
Public Enum DaySpecificationTypeEnum
  dstSpecifiedDays = 1
  dstSpecifiedWeekdays = 2
  dstFloatingOffset = 3
  dstEndOfMonthOffset = 4
  dstEasterOffset = 5
End Enum
Members
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