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

TcxCustomScheduler.DateTimeHelper Property

Represents the date/time utility.

#Declaration

Delphi
property DateTimeHelper: TcxSchedulerDateTimeHelperClass read;

#Property Value

Type
TcxSchedulerDateTimeHelperClass

#Remarks

The TcxSchedulerDateTimeHelper class provides functionality for computing the time of different time zones, conversion routines and formatting the date and time for presentation purposes.

Developers can implement their own date/time services by overriding the required methods in the TcxSchedulerDateTimeHelper‘s derived class.

To specify that the scheduler is to use a particular class, the programming interface provides developers with the DateTimeHelper constant.

Use the DateTimeHelper property to access the TcxSchedulerDateTimeHelper (or its descendant’s) instance.

See Also