SQLiteDateTime Constructor(DateTime,Int32,Int32)
In This Topic
Initializes a new instance of the
SQLiteDateTime structure with the specified
System.DateTime, and time zone offset in hours and minutes.
Syntax
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.
See Also