title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Project.Calendar property (Project) |
project-server |
|
0496a31e-7469-57e0-7675-ac9c6677f992 |
06/08/2017 |
medium |
Gets a Calendar object representing a calendar for the project. Read-only Calendar.
expression. Calendar
expression A variable that represents a Project object.
The following example resets the calendar for the active project.
Sub ResetActiveProjectCalendar()
ActiveProject.Calendar.Reset
End Sub
[!includeSupport and feedback]