TcxSchedulerTimeGridScaleTextType Enum
Enumerates the available types of formatting for the text displayed as the title of the major or minor time scale.
Declaration
TcxSchedulerTimeGridScaleTextType = (
sttUnknown,
sttShort,
sttMiddle,
sttLong
);
Members
Name |
---|
sttUnknown
|
sttShort
|
sttMiddle
|
sttLong
|
Remarks
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