Click or drag to resize

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; }

Return Value

Type: NullableBoolean
the elapsed flag
See Also