Share via


Application.ResourceCalendarReset Method

Project Developer Reference

Resets a resource calendar.

Syntax

expression.ResourceCalendarReset(ProjectName, ResourceName, BaseCalendar)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
ProjectName Required String The name of the project containing the resource calendar to reset.
ResourceName Required String The name of the resource for the calendar to reset.
BaseCalendar Optional String The name of the base calendar on which to base the new settings of the resource calendar. The default value is the name of the current resource's base calendar.

Return Value
Boolean

Remarks

The ResourceCalendarReset method has no effect for material resources.

See Also