Adf Schedule Element
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Hours> <Hour /> </Hours> | Int32 | Array of hours of the day that the trigger should run. |
<Minutes> <Minute /> </Minutes> | Int32 | Array of minutes past the hour that the trigger should run. |
<MonthDays> <MonthDay /> </MonthDays> | Int32 | Array of values that specifies which days of the month that a trigger should execute. Can only be used for "monthly" frequencies. |
<MonthlyOccurences> <MonthlyOccurence /> </MonthlyOccurences> | AstAdfMonthlyOccurenceNode | Array of monthly occurence objects that contain both a day of the week and a number. For example the 3rd Wednesday of the month. |
<Weekdays> <Weekday /> </Weekdays> | AdfDayOfWeek | Array of values that specifies which days of the week that a trigger should execute. |