DAILY structure (mstask.h)
Defines the interval, in days, at which a task is run.
Syntax
typedef struct _DAILY {
WORD DaysInterval;
} DAILY;
Members
DaysInterval
Specifies the number of days between task runs.
Remarks
The TRIGGER_TYPE_UNION union uses an instance of this structure as part of the Type member of the TASK_TRIGGER structure definition.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | mstask.h |