ReminderBase.AlertTimeExpired(DateTime) Method
Determines whether the reminder should fire an alert when the specified time comes.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| currentTime | DateTime | A DateTime that is the time for which the reminder is tested. |
Returns
| Type | Description |
|---|---|
| Boolean | True, if the reminder is expired; otherwise, false. |
See Also