The Schedule property is an optional ISchedule dispinterface on an Schedule object. If defined, this object is passed to the top level class Channel object when GetCDFString is invoked, adding a SCHEDULE element to it.
Type
ISchedule (VT_DISPATCH)
Default
None
Example
Set Schedule1 = CreateObject("Push.Shedule")
' set up schedule information
Set Project = CreateObject("Push.Project")
Set Project.Schedule = Schedule1
' associated the object with the project
See Also