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; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property StartTime As Nullable(Of DateTime)
Get
public:
[IgnoreDataMemberAttribute]
property Nullable<DateTime> StartTime {
Nullable<DateTime> get ();
}
[<IgnoreDataMemberAttribute>]
member StartTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also