Click or drag to resize

ScheduleDayDescriptors Property

A string array of day descriptors.

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 IList<DayDescriptor> DayDescriptors { get; set; }

Return Value

Type: IListDayDescriptor
the array of day descriptors
See Also