SQLiteDateTime Constructor(Int32,Int64,Int32,Int32)
In This Topic
Initializes a new instance of the
SQLiteDateTime structure with the specified total number of days and microseconds and with time zone offset in hours and minutes.
Syntax
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.
- tzhour
- The hours part of time zone offset relative to UTC.
- tzminute
- The minutes part of time zone offset relative to UTC.
See Also