Hi seyyed,
Just add the fractional part to the result of chartTime. For example, in Java/C#, it is like:
double myTime = Chart.chartTime(2011, 5, 11, 12, 12, 13) + 0.050;
As myTime is the seconds elapsed since the epoch (0001-01-01 00:00:00), the + 0.050 means 50 milliseconds.
Hope this can help.
Regards
Peter Kwan |