StartedAt property
Use this property to set and retrieve the date and time that will be displayed in the Test Manager as the start time of the batch.
Syntax
DateTimeOffset value; // give relevant initial value
batchInfo.StartedAt = value;
value = batchInfo.StartedAt
Type:DateTimeOffset