Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDateTimeHelper Class

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

#Declaration

Delphi
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