The information in this topic may be out of date. The current SDK reference guide has moved here.
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.
DateTimeOffset value; // give relevant initial value batchInfo.StartedAt = value; value = batchInfo.StartedAt
Type:DateTimeOffset