Click or drag to resize

DurationHours Property

The number of hours for this duration.

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 Nullable<double> Hours { get; set; }

Return Value

Type: NullableDouble
the number of hours in duration
See Also