This document is archived and information here might be outdated. Recommended version. |
The time increment, in seconds, for the simulated feed. Defaults to 5 seconds.
[Visual Basic .NET] Public Property TimeIncrement As Double
[C#] public double TimeIncrement {get; set;}
[C++]
HRESULT get_TimeIncrement(
System.Double* pIncrement
);
[C++]
HRESULT put_TimeIncrement(
double pIncrement
);
[C++]
Parameters pIncrement [out, retval]
pIncrement is a parameter of type double* pIncrement [in]
pIncrement is a parameter of type double