Click or drag to resize

MessageReportItemTimestamp Property

Gets or sets the time stamp when this message has been counted.

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

Property Value

Type: DateTime
The time stamp in DateTime format
See Also