SQLiteDateTime Constructor(DateTime,Int32,Int32)
Initializes a new instance of the
SQLiteDateTime structure with the specified
System.DateTime, and time zone offset in hours and minutes.
'Declaration
Public Function New( _
ByVal As Date, _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- value
- The specified System.DateTime value.
- tzhour
- The hours part of time zone offset relative to UTC.
- tzminute
- The minutes part of time zone offset relative to UTC.