testsuitetimestamp Property |
Gets or sets the timestamp.
Namespace:
Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlAttributeAttribute]
public DateTime timestamp { get; set; }
<XmlAttributeAttribute>
Public Property timestamp As DateTime
Get
Set
public:
[XmlAttributeAttribute]
property DateTime timestamp {
DateTime get ();
void set (DateTime value);
}
[<XmlAttributeAttribute>]
member timestamp : DateTime with get, set
Property Value
Type:
DateTime
The timestamp.
See Also