Navigation: Function Reference > User Script Functions > Symbol.time()

Symbol.time()

Top  Previous  Next

Symbol.time( offset: Integer ) : TDateTime;

Symbol.time : TEStream;

 

If called with an offset, returns the time value (as a TDateTime) as of that offset. If called with no offset then returns the time stream for the driving symbol.

 

Parameters

 

offset

integer value (0 or negative offset into stream)

 

 

myTime := Symbol.time(-10);

myStream := Symbol.date;