title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.ChangeWorkingTimeEx method (Project) |
vbapj.chm625 |
|
project-server |
|
4608fdab-0b39-9918-522a-71d502ba7e3a |
06/08/2017 |
medium |
Displays the Change Working Time dialog box, which prompts the user to change a calendar.
expression. ChangeWorkingTimeEx
( _CalendarName_
, _Locked_
, _SelectedDate_
, _ProjectName_
)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
CalendarName | Optional | String | The name of the calendar. |
Locked | Optional | Boolean | True if Project disables the New and Options buttons in the Change Working Time dialog box. The default value is False. |
SelectedDate | Optional | Variant | |
ProjectName | Optional | Variant | Name of the project to change. The default is the active project. |
Boolean
The ChangeWorkingTime method has the same effect as the Change Working Time command on the Project tab in the Project Ribbon.
[!includeSupport and feedback]