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

In This Topic
    Add Method (DB2Time)
    In This Topic
    Adds two DB2Time values.
    Syntax
    'Declaration
     
    Public Shared Function Add( _
       ByVal x As DB2Time, _
       ByVal y As DB2Time _
    ) As DB2Time
    public static DB2Time Add( 
       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