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