dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / AddHours Method
The number of hours to add.

In This Topic
AddHours Method (PgSqlTimeStamp)
In This Topic
Adds the specified number of hours to the current PgSqlTimeStamp instance.
Syntax
'Declaration
 
Public Function AddHours( _
   ByVal value As Double _
) As PgSqlTimeStamp
 

Parameters

value
The number of hours to add.

Return Value

A new PgSqlTimeStamp structure.
See Also