UserNotification.CreationTime 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 notification was created.
public:
property DateTime CreationTime { DateTime get(); };
DateTime CreationTime();
public System.DateTimeOffset CreationTime { get; }
var dateTime = userNotification.creationTime;
Public ReadOnly Property CreationTime As DateTimeOffset
Property Value
The time at which the notification was created.