ReminderItem.AlertTimeExpired(DateTime) Method
Determines whether the reminder should fire an alert when the specified time arrives.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
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 overdue; otherwise, false. |
See Also