PjDayLabel Enumeration
Project Developer Reference |
Constant specifying the display format for days in a timescale.
Requirements
Name | Value | Description |
---|---|---|
pjDayLabelDay_ddd | 19 | Examples: Mon, Tue |
pjDayLabelDay_dddd | 18 | Examples: Monday, Tuesday |
pjDayLabelDay_ddi | 119 | Examples: Mo, Tu |
pjDayLabelDay_di | 20 | Examples: M, T |
pjDayLabelNoDateFormat | 35 | No date is displayed. |
Remarks
The TimescaleEdit method can use the PjDayLabel enumeration in the
TopLabel
,
MajorLabel
, and
MinorLabel
parameters, if the time unit of the specified timescale tier is pjTimescaleDays.