UserActivitySessionHistoryItem.EndTime 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.
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.