The FpcScheduleDays enumerated type contains values that specify the days of the week for schedules.
typedef enum FpcScheduleDays { fpcALL_WEEK
Sunday through Saturday.
= -1, fpcSUN
Sunday.
= 0, fpcMON
Monday.
= 1, fpcTUE
Tuesday.
= 2, fpcWED
Wednesday.
= 3, fpcTHU
Thursday.
= 4, fpcFRI
Friday.
= 5, fpcSAT
Saturday.
= 6 } FpcScheduleDays;
Sunday through Saturday.
Sunday.
Monday.
Tuesday.
Wednesday.
Thursday.
Friday.
Saturday.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.