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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also