Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
A timespan represents the temporal distance between two dtl
or two dtu
values.
Remarks
There is no literal syntax available in the workflow script language to instantiate a
timespan value. To create one, you either need to subtract a date object from another date
object of the same type, or use the timespan.New()
method.
The valid range for a timespan value is between -10675199.02:48:05.4775808 and 10675199.02:48:05.4775808.
Members
Initializes a new timespan value with specified day, hour, minute, second, and millisecond portions.
The time interval represented by the timespan value expressed in whole and fractional days.
The time interval represented by the timespan value expressed in whole and fractional hours.
The time interval represented by the timespan value expressed in whole and fractional minutes.
The time interval represented by the timespan value expressed in whole and fractional seconds.
The time interval represented by the timespan value expressed in whole and fractional milliseconds.