DateConstructor::parse Method (String^)
.NET Framework (current version)
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.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: