Returns date time by specified index
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function GetDateTime( _ ByVal index As Integer _ ) As Date _ Implements ISeries.GetDateTime |
| C# |
|---|
| public DateTime GetDateTime( int index ) |
| C++ |
|---|
| public: DateTime GetDateTime( int index ) sealed |
| J# |
|---|
| public DateTime GetDateTime( int index ) |
| JScript |
|---|
| public
function GetDateTime( index : int ) : DateTime |
Parameters
- index