DateConstructor::parse Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Converts the specified string representation of a date and time to its Double equivalent.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Date_parse)]
static double parse(
	String^ str
)

Parameters

str
Type: System::String^

A string that contains a date and time to convert.

Return Value

Type: System::Double

A Double equivalent of the date and time that is contained in str.

.NET Framework
Available since 1.1
Return to top
Show: