DurationElapsed Property | |
If true, indicates this duration represents elapsed time, which ignores non-working time.
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<bool> Elapsed { get; set; }
Public Property Elapsed As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Elapsed {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Elapsed : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean the elapsed flag
See Also