Back to Devexpress

IToastNotificationProperties.DisplayTimestamp Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-2e383c6d.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
DateTimeOffset? DisplayTimestamp { get; set; }
vb
Property DisplayTimestamp As DateTimeOffset?

Property Value

TypeDescription
Nullable<DateTimeOffset>

A DateTimeOffset that specifies the date and time associated with this notification.

|

See Also

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace