ScheduleCollection.Add(TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a Schedule object that has the specified time to the schedule collection.
public:
Microsoft::Web::Administration::Schedule ^ Add(TimeSpan scheduleTime);
public Microsoft.Web.Administration.Schedule Add (TimeSpan scheduleTime);
override this.Add : TimeSpan -> Microsoft.Web.Administration.Schedule
Public Function Add (scheduleTime As TimeSpan) As Schedule
Parameters
- scheduleTime
- TimeSpan
The schedule time to be added.
Returns
The new Schedule object that was added to the collection.