IToastNotificationProperties.DisplayTimestamp Property
Gets or sets the date and time associated with this notification. The notification time is visible in the Windows Action Center.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<DateTimeOffset> | A DateTimeOffset that specifies the date and time associated with this notification. |
See Also