PjMonthLabel Enumeration
Project Developer Reference |
Constant specifying the display format for months in a timescale. The following table shows the months of September and October displayed with different formats.
Requirements
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. |
Remarks
The TimescaleEdit method can use the PjMonthLabel enumeration in the
TopLabel
,
MajorLabel
, and
MinorLabel
parameters, if the time unit of the specified timescale tier is pjTimescaleMonths.