Share via


ReminderNotificationTriggerDetails.Timestamp Property

Definition

Represents the date and time at which the notification was delivered from Accessory Manager service to the accessory app.

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = reminderNotificationTriggerDetails.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

Represents the date and time at which the notification was delivered from Accessory Manager service to the accessory app.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to