Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.35 KB

Project.Application.ChangeWorkingTimeEx.md

File metadata and controls

47 lines (29 loc) · 1.35 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ChangeWorkingTimeEx method (Project)
vbapj.chm625
vbapj.chm625
project-server
Project.Application.ChangeWorkingTimeEx
4608fdab-0b39-9918-522a-71d502ba7e3a
06/08/2017
medium

Application.ChangeWorkingTimeEx method (Project)

Displays the Change Working Time dialog box, which prompts the user to change a calendar.

Syntax

expression. ChangeWorkingTimeEx( _CalendarName_, _Locked_, _SelectedDate_, _ProjectName_ )

expression An expression that returns an Application object.

Parameters

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.

Return value

Boolean

Remarks

The ChangeWorkingTime method has the same effect as the Change Working Time command on the Project tab in the Project Ribbon.

[!includeSupport and feedback]