Class ProjectSettings
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Sight Publish object (see http://smartsheet-platform.github.io/api-docs/?shell#sightpublish-object
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
NonWorkingDays
Get a list of non working days in the year.
public IList<string> NonWorkingDays { get; set; }
Property Value
WorkingDays
Get a list of working days in the week.
public IList<string> WorkingDays { get; set; }