TcxSchedulerReminderDueTimeElement Enum
In This Article
Enumerates available units of the time measure for the reminder.
#Declaration
Delphi
TcxSchedulerReminderDueTimeElement = (
dteMinute,
dteHour,
dteDay,
dteWeek
);
#Members
Name |
---|
dte
|
dte
|
dte
|
dte
|
#Remarks
Options include:
Value | Description |
---|---|
dte |
The time is measured in minutes. |
dte |
The time is measured in hours. |
dte |
The time is measured in days. |
dte |
The time is measured in weeks. |
See Also