ScheduledTileNotification.DeliveryTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.