Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.58 KB

Project.PjMonthLabel.md

File metadata and controls

36 lines (29 loc) · 1.58 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
PjMonthLabel enumeration (Project)
project-server
Project.PjMonthLabel
5d49cf70-e15e-3734-ae1c-267f5ae0f917
06/08/2017
medium

PjMonthLabel enumeration (Project)

Contains constants that specify the display format for months in a timescale. The following table shows the months of September and October displayed with different formats.

Name Value Description
pjMonthLabelMonth_m 11 Examples: S, O, N, D
pjMonthLabelMonth_mm 57 Examples: 9, 10
pjMonthLabelMonth_mm_yy 86 Examples: 9/10, 10/10
pjMonthLabelMonth_mm_yyy 85 Examples: 9 '10, 10 '10
pjMonthLabelMonth_mmm 10 Examples: Sep, Oct
pjMonthLabelMonth_mmm_yyy 8 Examples: Sep '10, Oct '10
pjMonthLabelMonth_mmmm 9 Examples: September, October
pjMonthLabelMonth_mmmm_yyyy 7 Examples: September 2010, October 2010
pjMonthLabelMonthFromEnd_mm 59 Examples: 5, 4 (months from end date of project)
pjMonthLabelMonthFromEnd_Mmm 58 Examples: M5, M4 (months from end date of project)
pjMonthLabelMonthFromEnd_Month_mm 45 Examples: Month5, Month4 (months from end date of project)
pjMonthLabelMonthFromStart_mm 61 Examples: 1, 2 (months from start date of project)
pjMonthLabelMonthFromStart_Mmm 60 Examples: M1, M2 (months from start date of project)
pjMonthLabelMonthFromStart_Month_mm 44 Examples: Month1, Month2 (months from start date of project)
pjMonthLabelNoDateFormat 35 No date is displayed.

[!includeSupport and feedback]