SpParameter Constructor(String,DateTime)
- Last UpdatedNov 06, 2025
- 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.