Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the days of the week on which to run the data collector set.
Syntax
typedef enum __MIDL___MIDL_itf_pla_0001_0043_0009 {
plaRunOnce = 0,
plaSunday = 0x1,
plaMonday = 0x2,
plaTuesday = 0x4,
plaWednesday = 0x8,
plaThursday = 0x10,
plaFriday = 0x20,
plaSaturday = 0x40,
plaEveryday = 0x7f
} WeekDays;
Constants
plaRunOnceValue: 0 Run only once on the specified start date and time. |
plaSundayValue: 0x1 Run on Sunday. |
plaMondayValue: 0x2 Run on Monday. |
plaTuesdayValue: 0x4 Run on Tuesday. |
plaWednesdayValue: 0x8 Run on Wednesday |
plaThursdayValue: 0x10 Run on Thursday. |
plaFridayValue: 0x20 Run on Friday. |
plaSaturdayValue: 0x40 Run on Saturday. |
plaEverydayValue: 0x7f Run every day of the week. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | pla.h |