Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 729 Bytes

Project.Project.Calendar.md

File metadata and controls

35 lines (22 loc) · 729 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Project.Calendar property (Project)
project-server
Project.Project.Calendar
0496a31e-7469-57e0-7675-ac9c6677f992
06/08/2017
medium

Project.Calendar property (Project)

Gets a Calendar object representing a calendar for the project. Read-only Calendar.

Syntax

expression. Calendar

expression A variable that represents a Project object.

Example

The following example resets the calendar for the active project.

Sub ResetActiveProjectCalendar() 
 ActiveProject.Calendar.Reset 
End Sub

[!includeSupport and feedback]