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
)
Public Shared Function CurrentDate (
format As String
) As String
public:
static String^ CurrentDate(
String^ format
)
static member CurrentDate :
format : string -> string
Parameters
- format
- Type: SystemString
DateTime Format. please refer to MSDN doc for DateTime format strings.
Return Value
Type:
StringA string representation of the current date.
See Also