PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,String)
Initializes a new instance of the
PgSqlTimeStamp structure with the specified year, month, day, hour, minute, second, microsecond, and time zone.
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.
- timeZone
- A System.String that represents the time zone. Should be represented in "TZH:TZM" or "TZH" format and begin with + or -.