WeekDays enumeration (pla.h)

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

 
plaRunOnce
Value: 0
Run only once on the specified start date and time.
plaSunday
Value: 0x1
Run on Sunday.
plaMonday
Value: 0x2
Run on Monday.
plaTuesday
Value: 0x4
Run on Tuesday.
plaWednesday
Value: 0x8
Run on Wednesday
plaThursday
Value: 0x10
Run on Thursday.
plaFriday
Value: 0x20
Run on Friday.
plaSaturday
Value: 0x40
Run on Saturday.
plaEveryday
Value: 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

See also

ISchedule::Days