ScheduleCollection.Add(TimeSpan) Method

Definition

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.

Applies to