Click or drag to resize

HistoryDataQueueTGetTimeByIndex Method

Return time associated with specified point.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
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