Calculates the date and time values after a specific delay.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- delay
- Type:
System TimeSpan
The delay after to calculate.
Return Value
The future date and time values.Implements
IClock LaterBy(TimeSpan)See Also