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