Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.19 KB

scheduledtilenotification_deliverytime.md

File metadata and controls

25 lines (18 loc) · 1.19 KB
-api-id -api-type -api-device-family-note
P:Windows.UI.Notifications.ScheduledTileNotification.DeliveryTime
winrt property
xbox

Windows.UI.Notifications.ScheduledTileNotification.DeliveryTime

-description

Gets the time at which the tile is scheduled to be updated.

-property-value

The date and time that the notification will be updated.

-remarks

This value is set when the ScheduledTileNotification is created. For the tile to be updated at the specified time, the notification must be added to the schedule through the TileUpdater.addToSchedule method.

-examples

-see-also

Scheduled notifications sample, Guidelines and checklist for scheduled notifications