IDailyTrigger::put_DaysInterval method (taskschd.h)
Gets or sets the interval between the days in the schedule.
This property is read/write.
C++
HRESULT put_DaysInterval(
short days
);
days
None
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.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | taskschd.h |
Library | Taskschd.lib |
DLL | Taskschd.dll |