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; }
Public Property Hours As Nullable(Of Double)
Get
Set
public:
property Nullable<double> Hours {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Hours : Nullable<float> with get, set
Return Value
Type:
NullableDouble the number of hours in duration
See Also