IWeeklyTrigger::put_WeeksInterval method (taskschd.h)
Gets or sets the interval between the weeks in the schedule.
This property is read/write.
Syntax
HRESULT put_WeeksInterval(
short weeks
);
Parameters
weeks
Return value
None
Remarks
An interval of 1 produces a weekly schedule. An interval of 2 produces an every-other week schedule.
When reading or writing your own XML for a task, the interval for a weekly schedule is specified using the WeeksInterval 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] |
Target Platform | Windows |
Header | taskschd.h |
Library | Taskschd.lib |
DLL | Taskschd.dll |