dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / Subtraction Operator / Subtraction(PgSqlTime,PgSqlTime) Operator

In This Topic
    Subtraction(PgSqlTime,PgSqlTime) Operator
    In This Topic
    Subtracts the specified PgSqlTime value from another PgSqlTime value and returns a new PgSqlInterval value.
    Syntax
    'Declaration
     
    Overloads Public Operator -( _
       ByVal t1 As PgSqlTime, _
       ByVal t2 As PgSqlTime _
    ) As PgSqlInterval
    public PgSqlInterval operator -( 
       PgSqlTime t1,
       PgSqlTime t2
    )

    Parameters

    t1
    t2

    Return Value

    A new PgSqlInterval structure.
    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