Duration Class |
Namespace: Smartsheet.Api.Models
The Duration type exposes the following members.
Name | Description | |
---|---|---|
Duration | ||
Duration(Boolean, Boolean, Double, Double, Double, Double, Double, Double) |
Name | Description | |
---|---|---|
Days |
The number of days for this duration.
| |
Elapsed |
If true, indicates this duration represents elapsed time, which ignores non-working time.
| |
Hours |
The number of hours for this duration.
| |
Milliseconds |
The number of milliseconds for this duration.
| |
Minutes |
The number of minutes for this duration.
| |
Negative |
When used as a predecessor’s lag value, indicates whether the lag is negative (if true), or positive (false).
| |
ObjectType | ||
Seconds |
The number of seconds for this duration.
| |
Weeks |
The number of weeks for this duration.
|