SimpleDataQueueGetTimeByIndex Method |
Return time associated with specified point.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public DateTime GetTimeByIndex(
int index
)
Parameters
- index
- Type: SystemInt32
Get time which was stored with element "index" steps ago.
Return Value
Type:
DateTime Time associated with specified point.
See Also