Microsoft Internet Security and Acceleration Server 2000 |
Adds a set of hours to the schedule.
FPCSchedule.Set( Day, Hour )
HRESULT Set( FpcScheduleDays Day, FpcScheduleHours Hour );
The following example adds "3AM on Sunday" to the set:
Set(SUN, AM_3)
The following example adds "6AM on every day" to the set:
Set(ALL_WEEK, AM_6)
The following example adds all of Monday to the set:
Set(MON, ALL_DAY)
The following example adds all hours of the week to the set:
Set(ALL_WEEK, ALL_DAY)
The hour blocks defined by a schedule include the specified time and the one-hour block beyond that time. For example, the hour designated by 2_PM is the one-hour time block of between 2 P.M. and 3 P.M.