title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.BaseCalendarReset method (Project) |
vbapj.chm617 |
|
project-server |
|
43c842b2-146b-f080-f88b-c1e0ef5526d8 |
06/08/2017 |
medium |
Resets a base calendar.
expression. BaseCalendarReset
( _Name_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Required | String | String. The name of the base calendar to reset. |
Boolean
Base calendars have the following default characteristics:
-
Monday through Friday are working days with two shifts (8 A.M. to 12 P.M. and 1 P.M. to 5 P.M.).
-
Saturday and Sunday are nonworking days.
The following example resets the Standard base calendar to the default settings.
Sub RestoreBaseCalendar()
BaseCalendarReset Name:="Standard"
End Sub
[!includeSupport and feedback]