Skip to main content

TcxSchedulerDayView.TimeScale Property

Specifies the minimum time interval (in minutes) denoted on time ruler scales in the scheduling area.

Declaration

property TimeScale: Integer read; write; default cxDefaultTimeScale;

Property Value

Type Default
Integer cxDefaultTimeScale

Remarks

You can use this property to change the time ruler scale resolution. The TimeScale property value is also a minimum step for changing the start and end times of user events via drag-and-drop operations in the Day View.

Note

Time rulers display minute labels and tick marks only if the TimeScale property value is less than 60.

The default TimeScale property value is the cxDefaultTimeScale global constant.

See Also