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