UserActivitySessionHistoryItem.StartTime Property

Definition

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

public:
 property DateTime StartTime { DateTime get(); };
DateTime StartTime();
public System.DateTimeOffset StartTime { get; }
var dateTime = userActivitySessionHistoryItem.startTime;
Public ReadOnly Property StartTime As DateTimeOffset

Property Value

The start time for the UserActivity.

Applies to