Application.ResourceCalendars Method
Project Developer Reference |
Displays the Change Working Time dialog box, which prompts the user to manage calendars.
Syntax
expression.ResourceCalendars(Index, Locked)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Optional | String | The resource index number or resource name. |
Locked | Optional | Boolean | False if the user can set working time for selected dates for a resource. True if the fields are locked for editing. The default value is False. |
Return Value
Boolean
Remarks
The ResourceCalendars method returns a trappable error (error code 1101) when applied to material resources.
See Also