Skip to main content

TcxSchedulerDateTimeHelper Class

The TcxSchedulerDateTimeHelper class implements the date/time service of the scheduler control.

Declaration

TcxSchedulerDateTimeHelper = class(
    TObject
)

Remarks

The TcxSchedulerDateTimeHelper class is responsible for computing the time of different time zones and formatting the date and time for presentation purposes.

Most of the TcxSchedulerDateTimeHelper‘s methods are declared as virtual to allow custom date/time functionality to be implemented in its descendants.

Use the DateTimeHelper constant to bind the TcxSchedulerDateTimeHelper‘s descendants to an application to enable the descendant’s methods to be invoked by the scheduler control.

The TcxSchedulerDateTimeHelper (or its descendant’s) object is referenced by the TcxCustomScheduler.DateTimeHelper property.

Inheritance

TObject
TcxSchedulerDateTimeHelper
See Also