DailyTrigger.DaysInterval property

For scripting, gets or sets the interval between the days in the schedule.

Syntax

DailyTrigger.DaysInterval As short

Property value

The interval between the days in the schedule.

Remarks

An interval of 1 produces a daily schedule. An interval of 2 produces an every-other day schedule.

When reading or writing your own XML for a task, the interval for a daily schedule is specified using the DaysInterval element of the Task Scheduler schema.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler

DailyTrigger