Adds an interval to the collection and
returns the index. Start/Stop use DateFormat Dimension.
| [Visual Basic .NET] |
|---|
Public Function Add( _
ByVal Start As System.Object, _
ByVal Stop As System.Object _
) As Integer
|
| [Unmanaged C++] |
|---|
public: HRESULT Add(
|
- Start
- The start time.
- Stop
- The stop time.
The index of where it was added.