TcxSchedulerTimeGridScaleUnit Enum
Enumerates the available units of the major and minor time scales.
Declaration
TcxSchedulerTimeGridScaleUnit = (
suHour,
suDay,
suWeek,
suMonth,
suQuarter,
suYear
);
Members
Name |
---|
suHour
|
suDay
|
suWeek
|
suMonth
|
suQuarter
|
suYear
|
Remarks
Values include:
Value | Meaning |
---|---|
suHour | The scale is in hours. |
suDay | The scale is in days. |
suWeek | The scale is in weeks. |
suMonth | The scale is in months. |
suQuarter | The scale is in quarterly intervals. |
suYear | The scale is in years. |
See Also