Table of Contents

Class ProjectSettings

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll
public class ProjectSettings
Inheritance
ProjectSettings
Inherited Members

Properties

LengthOfDay

Get the length of the workday for a project seheet.

public float? LengthOfDay { get; set; }

Property Value

float?

NonWorkingDays

Get a list of non working days in the year.

public IList<string> NonWorkingDays { get; set; }

Property Value

IList<string>

WorkingDays

Get a list of working days in the week.

public IList<string> WorkingDays { get; set; }

Property Value

IList<string>