Set interval list from intervals with
explicitly specified start and stop times. The method takes a
one-dimensional array which elements are 2-tuples of intervals'
start/stop times converted according to the current unit
preferences.
[Visual Basic .NET] |
---|
Public Sub SetIntervals( _
ByRef Intervals As System.Array _
)
|
[C#] |
---|
public void SetIntervals(
|
[Managed C++] |
---|
public: void SetIntervals(
|
[Java] |
---|
public setIntervals(
|
[Unmanaged C++] |
---|
public: HRESULT SetIntervals(
|
- Intervals