Notification.NotificationItem.due 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 date and time of when the notification is due.
public:
property DateTime due { DateTime get(); };
public DateTime due { get; }
member this.due : DateTime
Public ReadOnly Property due As DateTime