Share via


RunInfo.Timestamp Property

Gets the date and time when the instance was created.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Timestamp As DateTime
public DateTime Timestamp { get; }
public:
property DateTime Timestamp {
    DateTime get ();
}
member Timestamp : DateTime
function get Timestamp () : DateTime

Property Value

Type: System.DateTime
A DateTime value that indicates when the instance was created.

.NET Framework Security

See Also

Reference

RunInfo Class

Microsoft.VisualStudio.TestTools.Common Namespace