SystemClock LaterBy Method WebDriver
Calculates the date and time values after a specific delay.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public DateTime LaterBy(
	TimeSpan delay
)

Return Value

The future date and time values.

Implements

IClock LaterBy(TimeSpan)
See Also