C# Class Objectivity.Test.Automation.Common.Helpers.DateHelper

Contains useful actions connected with dates
显示文件 Open project: ObjectivityBSS/Test.Automation

Public Methods

Method Description
GetFutureDate ( int numberDaysToAddToNow ) : string

Gets the future date.

Method Details

GetFutureDate() public static method

Gets the future date.
public static GetFutureDate ( int numberDaysToAddToNow ) : string
numberDaysToAddToNow int The number days to add from current date.
return string