SpParameter Constructor(String,DateTime)
- Last UpdatedMar 17, 2026
- 1 minute read
Initializes a new instance of the SpParameter class that allows for an input parameter of type DateTime to be defined.
'Usage
Dim name As String
Dim value As Date
Dim instance As New SpParameter(name, value)
Parameters
- name
- The name of the input parameter.
- value
- The value of the input parameter.