SQLiteDateTime Constructor(DateTime,TimeSpan)
Initializes a new instance of the
SQLiteDateTime structure with the specified
System.DateTime, and time zone offset, specified as
System.TimeSpan.
'Declaration
Public Function New( _
ByVal As Date, _
ByVal As TimeSpan _
)
Parameters
- value
- The specified System.DateTime value.
- timeZone
- The specified time zone offset.