V8FastArg.GetDateTime Method |
Gets the
DateTime value of the argument.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic DateTime GetDateTime(
string name = null
)
Public Function GetDateTime (
Optional name As String = Nothing
) As DateTime
public:
DateTime GetDateTime(
String^ name = nullptr
)
member GetDateTime :
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> DateTime
Parameters
- name String (Optional)
- An optional argument or property name.
Return Value
DateTimeThe
DateTime value of the argument.
Remarks
This method throws an exception if the operation fails.
See Also