ProjectSettingsLengthOfDay Property | |
Get the length of the workday for a project seheet.
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<float> LengthOfDay { get; set; }
Public Property LengthOfDay As Nullable(Of Single)
Get
Set
public:
property Nullable<float> LengthOfDay {
Nullable<float> get ();
void set (Nullable<float> value);
}
member LengthOfDay : Nullable<float32> with get, set
Property Value
Type:
NullableSingleSee Also