Click or drag to resize

Duration Class

Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsDuration

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Duration : ObjectValue

The Duration type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDays
The number of days for this duration.
Public propertyElapsed
If true, indicates this duration represents elapsed time, which ignores non-working time.
Public propertyHours
The number of hours for this duration.
Public propertyMilliseconds
The number of milliseconds for this duration.
Public propertyMinutes
The number of minutes for this duration.
Public propertyNegative
When used as a predecessor’s lag value, indicates whether the lag is negative (if true), or positive (false).
Public propertyObjectType
Public propertySeconds
The number of seconds for this duration.
Public propertyWeeks
The number of weeks for this duration.
Top
See Also