Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.18 KB

Project.Application.BaseCalendarReset.md

File metadata and controls

65 lines (35 loc) · 1.18 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.BaseCalendarReset method (Project)
vbapj.chm617
vbapj.chm617
project-server
Project.Application.BaseCalendarReset
43c842b2-146b-f080-f88b-c1e0ef5526d8
06/08/2017
medium

Application.BaseCalendarReset method (Project)

Resets a base calendar.

Syntax

expression. BaseCalendarReset( _Name_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Name Required String String. The name of the base calendar to reset.

Return value

Boolean

Remarks

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.

Example

The following example resets the Standard base calendar to the default settings.

Sub RestoreBaseCalendar() 
 BaseCalendarReset Name:="Standard" 
End Sub

[!includeSupport and feedback]