DAILYDAILY*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Structures
*Next Topic: MONTHLYDATE

DAILY

typedef struct _DAILY {
    WORD DaysInterval;
} DAILY;

Defines the interval, in days, between invocations of a task. The TRIGGER_TYPE_UNION union uses an instance of this structure as part of the TASK_TRIGGER structure definition.

DaysInterval
Number of days between invocations of a task.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.