ScheduledToastNotification.DeliveryTime Property

Definition

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.

Applies to

See also