[C#] | public {DateTime | double}[] getDateSeries(int len, {DateTime | double} startTime, double tickInc[, bool weekDayOnly]); |
[VB] | Public Function getDateSeries(len As Integer, startTime As {DateTime | Double}, tickInc As Double[, weekDayOnly As Boolean]) As {DateTime | Double} |