GetReturnValueAsDateTime Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetReturnValueAsDateTime() method returns the value of the specified output parameter as a DateTime.
'Usage
Dim instance As SpReturnValues
Dim name As String
Dim value As Date
value = instance.GetReturnValueAsDateTime(name)
Parameters
- name
- Required. The name of the output parameter.
Return Value
The value of the specified output parameter as a DateTime.