Microsoft Internet Security and Acceleration Server 2004 SDK

FpcScheduleDays

The FpcScheduleDays enumerated type contains values that specify the days of the week for schedules.

typedef enum FpcScheduleDays
{
  fpcALL_WEEK
fpcALL_WEEK
Sunday through Saturday.
 = -1,
  fpcSUN
fpcSUN
Sunday.
 = 0,
  fpcMON
fpcMON
Monday.
 = 1,
  fpcTUE
fpcTUE
Tuesday.
 = 2,
  fpcWED
fpcWED
Wednesday.
 = 3,
  fpcTHU
fpcTHU
Thursday.
 = 4,
  fpcFRI
fpcFRI
Friday.
 = 5,
  fpcSAT
fpcSAT
Saturday.
 = 6

} FpcScheduleDays;

Constants

fpcALL_WEEK
Sunday through Saturday.
fpcSUN
Sunday.
fpcMON
Monday.
fpcTUE
Tuesday.
fpcWED
Wednesday.
fpcTHU
Thursday.
fpcFRI
Friday.
fpcSAT
Saturday.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types