Skip to main content

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

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