Click or drag to resize

ReportItemDurationTicks Property

Gets or sets the duration in ticks

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

Property Value

Type: NullableInt64
The duration ticks.
See Also