TcxSchedulerTimeGridScaleTextType Enum
In This Article
Enumerates the available types of formatting for the text displayed as the title of the major or minor time scale.
#Declaration
Delphi
TcxSchedulerTimeGridScaleTextType = (
sttUnknown,
sttShort,
sttMiddle,
sttLong
);
#Members
Name |
---|
stt
|
stt
|
stt
|
stt
|
#Remarks
Values include:
Value | Meaning |
---|---|
stt |
Denotes that there isn’t any information on the formatting available. The long date format will be applied. |
stt |
Denotes that the short date format is available. |
stt |
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. |
stt |
Denotes that the long date format is available. |
See Also