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