SystemClock IsNowBefore Method WebDriver
Gets a value indicating whether the current date and time is before the specified date and time.

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

public bool IsNowBefore(
	DateTime otherDateTime
)

Parameters

otherDateTime
Type: OnlineSystem 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