SQLiteDateTime Constructor(Int32,Int64)
Initializes a new instance of the
SQLiteDateTime structure with the specified total number of days and microseconds.
public SQLiteDateTime(
int ,
long
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Long _
)
Parameters
- days
- The specified number of days in the date part of the structure.
- timeTicks
- The specified number of ticks in the time part of the structure.