The millisecond portion of the timespan value.
Syntax
int timespan.Milliseconds
Returns
An int that corresponds to the millisecond portion of the timespan.
int
Sample
timespanSample.rfstrace timespan.New(4, 3, 2, 1, 60).Milliseconds;
timespanSample.rfs
trace timespan.New(4, 3, 2, 1, 60).Milliseconds;
timespan.New(4, 3, 2, 1, 60).Milliseconds
60
Figure 382. The trace message output of the script above
Related links
Search Highlighter (On/Off)