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