adTempus API
PreviousUpNext
IDaySpecification Interface

The DaySpecification defines a day on which a job will execute, by specifying a specific date or a rule to determine the date.

C++
__interface IDaySpecification : IADTObject;
C#
public interface IDaySpecification : IADTObject;
Visual Basic
Public Interface IDaySpecification
Inherits IADTObject
adTempus Class ID

{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 
Select the appropriate Months and Days
dstSpecifiedWeekdays 
Select the appropriate Months and Weekdays
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 
Select the appropriate Months and specify an Offset
dstEasterOffset 
Specify an Offset (do not select any Months). 
Database Table Name

DaySpecification

adTempus API Reference version 3.0.0.0, revised 10/30/2008