Click or drag to resize

Schedule Class

Represents the Schedule object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsSchedule

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 class Schedule

The Schedule type exposes the following members.

Constructors
  NameDescription
Public methodSchedule
Top
Properties
  NameDescription
Public propertyDayDescriptors
A string array of day descriptors.
Public propertyDayOfMonth
Get the day within the month.
Public propertyDayOrdinal
A string with the day ordinal.
Public propertyEndAt
Gets the date, time and time zone at which the delivery schedule will end.
Public propertyLastSentAt
Gets the The date and time for when the last request was sent. Read-only
Public propertyNextSendAt
The date and time for when the next request is scheduled to send. Read-only.
Public propertyRepeatEvery
Gets the frequency on which the request will be delivered.
Public propertyStartAt
Gets the date, time and time zone at which the first delivery will start
Public propertyType
Gets the scheudle type
Top
See Also