Click or drag to resize

AbstractTestItemStartTime Property

A DateTime object indicates the time when current steps starts to run. StartTime is set by the test framework when the Run method has been called.

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

Property Value

Type: NullableDateTime
See Also