Returns date time by specified index


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Function GetDateTime( _ 
   ByVal index As Integer _ 
) As Date
C#
DateTime GetDateTime(
   int index
)
C++
DateTime GetDateTime(
   int index
) abstract 
J#
DateTime GetDateTime(
   int index
)
JScript
function GetDateTime(
   index : int
) : DateTime

Parameters

index

See Also