vcl-cxschedulertimegridview-e6381a2a.md
Enumerates the available types of formatting for the text displayed as the title of the major or minor time scale.
TcxSchedulerTimeGridScaleTextType = (
sttUnknown,
sttShort,
sttMiddle,
sttLong
);
| Name |
|---|
sttUnknown |
sttShort |
sttMiddle |
sttLong |
Values include:
| Value | Meaning |
|---|---|
| sttUnknown | Denotes that there isn’t any information on the formatting available. The long date format will be applied. |
| sttShort | Denotes that the short date format is available. |
| sttMiddle | Denotes that the format is available for strings of the middle form. For example, if the scale is measured in weeks, then the month is displayed as a full name (January-December), the day and the year are displayed as two-digit numbers. |
| sttLong | Denotes that the long date format is available. |
See Also
TcxSchedulerTimeGridView.OnGetMajorUnitDisplayText
TcxSchedulerTimeGridView.OnGetMinorUnitDisplayText
TcxSchedulerTimeGridViewScales.MajorUnit