PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Boolean)
Initializes a new instance of the
PgSqlTimeStamp structure with the specified year, month, day, hour, minute, second, and microsecond.
Parameters
- year
- The specified year.
- month
- The specified month.
- day
- The specified day.
- hour
- The specified hour.
- minute
- The specified minute.
- second
- The specified second.
- microsecond
- The specified microsecond.
- withTimeZone
- Determines whether to use the local time zone. This affects the behavior of the ToString methods.