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

TcxSchedulerReminders.GetEventDueTimeText(TcxSchedulerReminder,TDateTime) Method

Returns a formatted time string as the time interval between the start time of the user event that the AReminder reminder relates to and the ATime bound.

#Declaration

Delphi
function GetEventDueTimeText(AReminder: TcxSchedulerReminder; ATime: TDateTime): string;

#Parameters

Name Type
AReminder TcxSchedulerReminder
ATime TDateTime

#Returns

Type
string

#Remarks

Use the GetEventDueTimeText method to get the formatted time string. The time string is specified as the time interval between the user event‘s start time (see the TcxSchedulerEvent.Start property) and the ATime bound.

The AReminder parameter specifies the TcxSchedulerReminder instance, which is associated with the identified user event (see the TcxSchedulerReminder.Event property);

The ATime parameter specifies the time bound.

See Also