Adds a schedule time item to the collection. Start/Stop use DateFormat Dimension.
| [Visual Basic .NET] |
|---|
Public Function Add( _ ByVal Start As System.Object, _ ByVal Stop As System.Object, _ ByVal Name As String _ ) As IAgScheduleTime |
| [C#] |
|---|
public IAgScheduleTime Add( |
| [Managed C++] |
|---|
public: IAgScheduleTime^ Add( |
| [Java] |
|---|
public IAgScheduleTime add( |
| [Unmanaged C++] |
|---|
public: HRESULT Add( |
- Start
- The start time.
- Stop
- The stop time.
- Name
- The path to the target object.
