Skip to main content

TcxCustomScheduler.DateTimeHelper Property

Represents the date/time utility.

Declaration

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