Description
Returns start and stop times of the interval at a given index. Start/Stop use DateFormat Dimension.
Syntax
[Visual Basic .NET] |
---|
Public Sub GetInterval( _
ByVal Index As Integer, _
ByRef pStart As System.Object, _
ByRef pStop As System.Object _
)
|
[C#] |
---|
public void GetInterval(
int Index,
ref System.Object pStart,
ref System.Object pStop
);
|
[Managed C++] |
---|
public: void GetInterval(
int Index,
VARIANT ^ pStart,
VARIANT ^ pStop
);
|
[Unmanaged C++] |
---|
public: HRESULT GetInterval(
long Index,
VARIANT * pStart,
VARIANT * pStop
);
|
[Python - STK API ] |
---|
def GetInterval(self, Index:int) -> typing.Tuple[typing.Any, typing.Any]:
|
Parameters
See Also