Gets a value indicating whether the current date and time is before the specified date and time.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- otherDateTime
- Type:
System DateTime
The date and time values to compare the current date and time values to.
Return Value
if the current date and time is before the specified date and time; otherwise, .Implements
IClock IsNowBefore(DateTime)See Also