Is there a way to specify the time when adding a dataseries?
For example 9:30am to 4:15pm?
this is what i have, but i get the wrong values:
Add("ES ##-##", PeriodType.Minute, 405);
This is what I am thinkging but I know the code is wrong:
Add("ES ##-##", PeriodType.Minute, 9:30 am, 4:15pm);
Any help would be appreciated.
Thanks

Comment