Skip to main content

ReminderItem.CanAlert(DateTime, Int32) Method

Determines whether this reminder should fire an alert at the interval between the specified moment and the next reminder check.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool CanAlert(
    DateTime after,
    int checkInterval
)

Parameters

Name Type Description
after DateTime

A DateTime that is the time at which the interval starts.

checkInterval Int32

An integer that is the time interval in milliseconds by which the reminder controller checks reminders for alerts.

Returns

Type Description
Boolean

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

See Also