Share via


UserActivitySessionHistoryItem.EndTime Property

Definition

Get the time when the user stopped engaging in the UserActivity associated with this UserActivitySessionHistoryItem.

public:
 property IReference<DateTime> ^ EndTime { IReference<DateTime> ^ get(); };
IReference<DateTime> EndTime();
public System.Nullable<System.DateTimeOffset> EndTime { get; }
var iReference = userActivitySessionHistoryItem.endTime;
Public ReadOnly Property EndTime As Nullable(Of DateTimeOffset)

Property Value

The stop time for the UserActivity.

Applies to