Skip to main content
.NET 6.0+

ISupportNotifications.AlarmTime Property

Specifies the time when the notification should be triggered.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

DateTime? AlarmTime { get; set; }

Property Value

Type Description
Nullable<DateTime>

A Nullable<DateTime> value that specifies the time when the notification should be triggered.

Remarks

Refer to the How to: Use Notifications with a Custom Business Class (Implement ISupportNotifications) example to see how to implement this property.

Important

The notification is disabled when this property is set to null (Nothing in VB).

See Also