Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.58 KB

toastnotification_expirationtime.md

File metadata and controls

27 lines (19 loc) · 2.58 KB
-api-id -api-type -api-device-family-note
P:Windows.UI.Notifications.ToastNotification.ExpirationTime
winrt property
xbox

Windows.UI.Notifications.ToastNotification.ExpirationTime

-description

Gets or sets the time after which a toast notification should not be displayed.

-property-value

The date and time after which the toast is no longer considered current or valid and should not be displayed.

-remarks

Windows attempts to raise toast notifications immediately after you call Show, so this property is rarely used.

For Windows Phone 8.x app: this property also causes the toast notification to be removed from the action center once the specified date and time is reached.

-examples

-see-also

Toast notifications sample, Sending toast notifications from desktop apps sample, Toast XML schema, Tiles, badges, and notifications, Quickstart: Sending a toast notification, Quickstart: Sending a toast push notification, Quickstart: Sending a toast notification from the desktop, Guidelines and checklist for toast notifications, How to handle activation from a toast notification, How to opt in for toast notifications, How to schedule a toast notification, How to enable desktop toast notifications through an AppUserModelID, The toast template catalog, Toast audio options