ScheduledTileNotification.DeliveryTime Property

Definition

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

public:
 property DateTime DeliveryTime { DateTime get(); };
DateTime DeliveryTime();
public System.DateTimeOffset DeliveryTime { get; }
var dateTime = scheduledTileNotification.deliveryTime;
Public ReadOnly Property DeliveryTime As DateTimeOffset

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.

Applies to

See also