PgSqlTimeStamp Constructor(Int32,Int64)
Initializes a new instance of the
PgSqlTimeStamp structure with the specified total number of days and microseconds.
public PgSqlTimeStamp(
int ,
long
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Long _
)
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.