SQLiteDateTime Constructor(DateTime)
In This Topic
Initializes a new instance of the
SQLiteDateTime structure with the specified
System.DateTime.
Syntax
'Declaration
Public Function New( _
ByVal As Date _
)
public SQLiteDateTime(
DateTime
)
Parameters
- value
- The specified System.DateTime.
See Also