Returns a jagged array of access intervals.
The elements are single-dimension arrays containing interval's
start and stop times.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Intervals() As System.Array
|
| [C#] |
|---|
public System.Array Intervals {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_Intervals();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Intervals(
|
| [Java] |
|---|
public Object[] getIntervals();
|