Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.DocumentTaskSchedule interface
- Package:
- excel
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.
Properties
| dueDateTime | Gets the date and time that the task is due. All dates are in UTC. |
| startDateTime | 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
Feedback
Was this page helpful?
