TA-Lib : Technical Analysis Library

Variable.Timestamps Field

Array of Timestamps. Accessible with index that range from 0 to Length-1 when Length >= 1 The index range is base on the common range of the parent timeseries.

[Visual Basic]
Public Timestamps As Timestamps
[C#]
public Timestamps Timestamps;
[C++]
public: Timestamps* Timestamps;
[JScript]
public var Timestamps: Timestamps;

See Also

Variable Class | TA.Lib Namespace