Microsoft Internet Security and Acceleration Server 2000

FpcScheduleDays

The FpcScheduleDays enumerated type contains values that describe the days of the week. Used in schedule templates.

enum FpcScheduleDays {
  fpcALL_WEEK=-1,
  fpcSUN=0,
  fpcMON=1,
  fpcTUE=2,
  fpcWED=3,
  fpcTHU=4,
  fpcFRI=5,
  fpcSAT=6
};

Members

fpcALL_WEEK=-1
All days in week.
fpcSUN=0
Sunday.
fpcMON=1
Monday.
fpcTUE=2
Tuesday.
fpcWED=3
Wednesday.
fpcTHU=4
Thursday.
fpcFRI=5
Friday.
fpcSAT=6
Saturday.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Msfpccom.idl.