LoadTestCaseGetEndTime Method |
Gets the end time of the test depends on the specified start time.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected virtual DateTime GetEndTime(
DateTime startTime
)
Protected Overridable Function GetEndTime (
startTime As DateTime
) As DateTime
protected:
virtual DateTime GetEndTime(
DateTime startTime
)
abstract GetEndTime :
startTime : DateTime -> DateTime
override GetEndTime :
startTime : DateTime -> DateTime
Parameters
- startTime
- Type: SystemDateTime
The start time.
Return Value
Type:
DateTimeA
DateTime object that represents the end of the current test
See Also