UserNotification.CreationTime Property

Definition

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.

Applies to