ScheduledToastNotification.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 that this toast notification is scheduled to be displayed.
public:
property DateTime DeliveryTime { DateTime get(); };
DateTime DeliveryTime();
public System.DateTimeOffset DeliveryTime { get; }
var dateTime = scheduledToastNotification.deliveryTime;
Public ReadOnly Property DeliveryTime As DateTimeOffset
Property Value
The time that this toast notification is scheduled to be displayed.