Determines whether the reminder should fire an alert when the specified time comes.
Namespace:DevExpress.XtraScheduler
Assembly:DevExpress.XtraScheduler.v19.2.Core.dll

Syntax
C# |
public bool AlertTimeExpired(
DateTime currentTime
)
|
VB |
Public Function AlertTimeExpired(
ByVal currentTime As DateTime
) As Boolean
|
Parameters
-
currentTime
-
Type: DateTime
A System.DateTime that is the time for which the reminder is tested.
Return value
Type: Boolean
True, if the reminder is expired; otherwise, false.

See Also