AppNotification.Expiration 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 or sets the time after which the app notification should not be displayed.
public:
property DateTime Expiration { DateTime get(); void set(DateTime value); };
DateTime Expiration();
void Expiration(DateTime value);
public System.DateTimeOffset Expiration { get; set; }
var dateTime = appNotification.expiration;
appNotification.expiration = dateTime;
Public Property Expiration As DateTimeOffset
Property Value
The time after which the app notification should not be displayed.