0 out of 1 rated this helpful - Rate this topic

ScheduledTileNotification.DeliveryTime | deliveryTime property

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

Syntax


var deliveryTime = scheduledTileNotification.deliveryTime;

Property value

Type: Date [JavaScript] | System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++]

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Notifications
Windows::UI::Notifications [C++]

Metadata

Windows.winmd

See also

ScheduledTileNotification
Scheduled notifications sample
Guidelines and checklist for scheduled notifications

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.