SQLiteDateTime Constructor(Int32,Int64,TimeSpan)
Initializes a new instance of the
SQLiteDateTime structure with the specified total number of days and microseconds and with time zone offset, specified as
System.TimeSpan.
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.
- timeZone
- The specified time zone offset.