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

Symbol.date()

Top  Previous  Next

Symbol.date( offset: Integer ) : TDateTime;

Symbol.date : TEStream;

 

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

 

Parameters

 

offset

integer value (0 or negative offset into stream)

 

 

myDate := Symbol.date(-10);

myStream := Symbol.date;