TimerResult.EndTime Property

Gets the end time by adding the m_duration to the m_startTime.

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

Syntax

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

Property Value

Type: DateTime
The end time.

.NET Framework Security

See Also

Reference

TimerResult Class

Microsoft.VisualStudio.TestTools.Common Namespace