Click or drag to resize

ParsingFunctionsCurrentDate Method

Currents date in given format.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static string CurrentDate(
	string format
)

Parameters

format
Type: SystemString
DateTime Format. please refer to MSDN doc for DateTime format strings.

Return Value

Type: String
A string representation of the current date.
See Also