Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.13 KB

Project.Application.CalendarBarStyles.md

File metadata and controls

44 lines (26 loc) · 1.13 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.CalendarBarStyles method (Project)
vbapj.chm2326
vbapj.chm2326
project-server
Project.Application.CalendarBarStyles
bf168abd-3033-f187-ee3e-19e672be4aac
06/08/2017
medium

Application.CalendarBarStyles method (Project)

Turns bar rounding on or off in the Calendar.

Syntax

expression. CalendarBarStyles( _BarRounding_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
BarRounding Optional Boolean True if bars in the Calendar round to midnight if their start times are less than or equal to the default start time, or if their end times are greater than or equal to the default end time. If BarRounding is omitted, the Bar Styles dialog box appears.

Return value

Boolean

Remarks

The default start and default end times can be set with the OptionsCalendar method.

[!includeSupport and feedback]