Поделиться через


UserActivitySessionHistoryItem.EndTime Свойство

Определение

Получите время, когда пользователь перестал участвовать в userActivity, связанном с этим 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)

Значение свойства

Время остановки для UserActivity.

Применяется к