FpcScheduleDays Enumeration

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

Syntax

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

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.