Relativity.DataExchange.TimekeeperEntry2
Represents a single entry stored within Timekeeper2 that contains metric information. This class cannot be inherited.
namespace Relativity.DataExchange
{
public sealed class TimekeeperEntry2
{
public int Count { get; set; }
public long Length { get; set; }
public long StartTime { get; set; }
public TimekeeperEntry2();
}
}