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; }
<DataMemberAttribute>
Public Property Timestamp As DateTime
Get
Set
public:
[DataMemberAttribute]
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member Timestamp : DateTime with get, set
Property Value
Type:
DateTime
The time stamp in
DateTime format
See Also