SQLiteDateTime Constructor(DateTime,TimeSpan)
In This Topic
Initializes a new instance of the
SQLiteDateTime structure with the specified
System.DateTime, and time zone offset, specified as
System.TimeSpan.
Syntax
Parameters
- value
- The specified System.DateTime value.
- timeZone
- The specified time zone offset.
See Also