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