Excel.DocumentTaskSchedule interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents information about a task's schedule.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Properties
due |
Gets the date and time that the task is due. All dates are in UTC. |
start |
Gets the date and time that the task should start. All dates are in UTC. |
Property Details
dueDateTime
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the date and time that the task is due. All dates are in UTC.
dueDateTime: Date;
Property Value
Date
Remarks
startDateTime
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the date and time that the task should start. All dates are in UTC.
startDateTime: Date;
Property Value
Date
Remarks
Office Add-ins