Click or drag to resize

ReportItemStartTime Property

Gets or sets the Date when the current AbstractTestItem starts to run

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Nullable<DateTime> StartTime { get; set; }

Property Value

Type: NullableDateTime
The start date.
See Also