title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.CalendarWeekHeadingsEx method (Project) |
vbapj.chm2341 |
|
project-server |
|
af964116-1d0e-7ab8-4674-4418c1c80f9c |
06/08/2017 |
medium |
Customizes headings in the Calendar.
expression. CalendarWeekHeadingsEx
( _MonthTitle_
, _WeekTitle_
, _DayTitle_
, _ShowPreview_
, _DaysPerWeek_
, _ShowTitleBeginningEndDates_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
MonthTitle | Optional | Long | The format of the month title. Can be one of the PjMonthLabel constants. |
WeekTitle | Optional | Long | The format of week titles. Can be one of the PjDateLabel constants. |
DayTitle | Optional | Long | The format of day titles. Can be one of the PjDayLabel constants. |
ShowPreview | Optional | Boolean | True if the next and previous months are previewed. |
DaysPerWeek | Optional | Integer | The number of days per week to display. Can be set to 5 or 7. |
ShowTitleBeginningEndDates | Optional | Boolean | True if the beginning and end date titles are shown. |
Boolean
Using the CalendarWeekHeadingsEx method without specifying any arguments displays the Timescale dialog box with the Week Headings tab selected.
[!includeSupport and feedback]