Microsoft Internet Security and Acceleration Server 2000 |
Creates a new schedule in the collection and returns a reference to it.
[ oFPCSchedule = ] FPCSchedules.Add( sName )
HRESULT Add( BSTR sName, IFPCSchedule **ppoFPCSchedule );
Newly created schedules do not contain any defined hour blocks. You can define hour blocks with the methods of the individual FPCSchedule object.
The additional FPCSchedule object added by this method is not saved to persistent storage until after the Save method is called.