PgSqlTimeStamp Constructor(Int32,Int64,String)
Initializes a new instance of the
PgSqlTimeStamp structure with the specified total number of days, microseconds, and time zone.
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Long, _
ByVal As String _
)
Parameters
- days
- The specified number of days in the date part of the structure.
- timeTicks
- The specified number of microseconds in the time part of the structure.
- timeZone
- A System.String that represents the time zone. Should be represented in "TZH:TZM" or "TZH" format and begin with + or -.