The information in this topic may be out of date. The current SDK reference guide has moved here.

StartedAt property

Class: BatchInfoPlatform: ImagesLanguage: C# SDK:

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