Skip to main content

ReminderBase.CanAlert(DateTime, Int32) Method

Determines whether this reminder can fire an alert at the specified time.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public abstract bool CanAlert(
    DateTime after,
    int checkInterval
)

Parameters

Name Type Description
after DateTime

A DateTime that is the time for which the reminder is tested.

checkInterval Int32

An integer that is the time interval between checks of the reminder alert (in milliseconds).

Returns

Type Description
Boolean

True, if the alert can be fired; otherwise, false.

See Also