ISchedulerStorageBase.RemindersCheckInterval Property
Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value which represents the time interval between checks of the reminder’s alert. |
Remarks
By default all reminder alerts are checked by the scheduler storage every 15 seconds (15000 milliseconds), but your reminders can be checked more or less frequently depending on the RemindersCheckInterval value.
See Also