adTempus API
|
The DaySpecification defines a day on which a job will execute, by specifying a specific date or a rule to determine the date.
__interface IDaySpecification : IADTObject;
public interface IDaySpecification : IADTObject;
Public Interface IDaySpecification Inherits IADTObject
{4B47B142-509F-478A-9058-36210292943E}
The SpecificationType property determines how the specification behaves, and which properties must be set. The following table explains the valid settings.
Other Settings Required | |
dstSpecifiedDays | |
dstSpecifiedWeekdays | |
dstFloatingOffset |
Select the appropriate Months and Weekdays. Select the Occurrence and optionally an Offset. To calculate the date relative to another DaySpecification (instead of relative to the beginning of the month) set the OccurrenceBase. All Months must be deselected (set MonthMask to 0). |
dstEndOfMonthOffset | |
dstEasterOffset |
DaySpecification
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|