ADSSchedule class
The NewCopy method returns a copy of the schedule. The new schedule is automatically added to the job.
C++ |
hr=schedule->NewCopy(IADSSchedule **newCopy) |
VB |
set newCopy=schedule.NewCopy |
newCopy |
An exact copy of the schedule. |