Adds a new element to the collection. Start/Stop use DateFormat Dimension.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVeVOIntervalsElement Add( System.Object start, System.Object stop ); |
| [Managed C++] |
|---|
public: IAgVeVOIntervalsElement^ Add( VARIANT start, VARIANT stop ); |
| [Java] |
|---|
public IAgVeVOIntervalsElement add( VARIANT start, VARIANT stop ); |
| [Unmanaged C++] |
|---|
|
- start
- The start time of the interval
- stop
- The stop time of the interval.





