dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / PgSqlTimeStamp Constructor / PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,String)
The specified year.
The specified month.
The specified day.
The specified hour.
The specified minute.
The specified second.
The specified microsecond.
A System.String that represents the time zone. Should be represented in "TZH:TZM" or "TZH" format and begin with + or -.

In This Topic
PgSqlTimeStamp Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,String)
In This Topic
Initializes a new instance of the PgSqlTimeStamp structure with the specified year, month, day, hour, minute, second, microsecond, and time zone.
Syntax
'Declaration
 
Public Function New( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal day As Integer, _
   ByVal hour As Integer, _
   ByVal minute As Integer, _
   ByVal second As Integer, _
   ByVal microsecond As Integer, _
   ByVal timeZone As String _
)
 

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 -.
See Also