Click or drag to resize

DateHelper Class

Framework to automate tests using Selenium WebDriver
Contains useful actions connected with dates.
Inheritance Hierarchy
SystemObject
  Ocaramba.HelpersDateHelper

Namespace:  Ocaramba.Helpers
Assembly:  OcarambaLite (in OcarambaLite.dll) Version: 3.3.1
Syntax
C#
public static class DateHelper

The DateHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentDate
Gets the current date.
Public propertyStatic memberCurrentTimeStamp
Gets the current time stamp.
Public propertyStatic memberTomorrowDate
Gets the tomorrow date.
Top
Methods
  NameDescription
Public methodStatic memberGetFutureDate
Gets the future date.
Top
See Also