dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Time Structure / Addition Operator
The first DB2Time to add.
The second DB2Time to add.

In This Topic
    Addition Operator (DB2Time)
    In This Topic
    Adds two DB2Time values.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal x As DB2Time, _
       ByVal y As DB2Time _
    ) As DB2Time
    public DB2Time operator +( 
       DB2Time x,
       DB2Time y
    )

    Parameters

    x
    The first DB2Time to add.
    y
    The second DB2Time to add.

    Return Value

    A DB2Time structure - the sum of the specified addends.
    See Also