IDailyTrigger::get_DaysInterval method (taskschd.h)

Gets or sets the interval between the days in the schedule.

This property is read/write.

Syntax

HRESULT get_DaysInterval(
  short *pDays
);

Parameters

pDays

Return value

None

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]
Target Platform Windows
Header taskschd.h
Library Taskschd.lib
DLL Taskschd.dll

See also

IDailyTrigger

Task Scheduler