dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / Add Method / Add(PgSqlTime,PgSqlTime) Method
The first item to add.
The second item to add.

In This Topic
    Add(PgSqlTime,PgSqlTime) Method
    In This Topic
    Adds a PgSqlTime to a PgSqlTime structure.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Add( _
       ByVal x As PgSqlTime, _
       ByVal t As PgSqlTime _
    ) As PgSqlTime
    public static PgSqlTime Add( 
       PgSqlTime x,
       PgSqlTime t
    )

    Parameters

    x
    The first item to add.
    t
    The second item to add.

    Return Value

    The new PgSqlTime that represents sum of the two arguments.
    See Also