dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / Subtract Method / Subtract(PgSqlTime,PgSqlInterval) Method
A PgSqlTime structure to subtract from.
A PgSqlInterval value to subtract.

In This Topic
    Subtract(PgSqlTime,PgSqlInterval) Method
    In This Topic
    Subtracts a PgSqlInterval value from a PgSqlTime structure.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Subtract( _
       ByVal x As PgSqlTime, _
       ByVal t As PgSqlInterval _
    ) As PgSqlTime
    public static PgSqlTime Subtract( 
       PgSqlTime x,
       PgSqlInterval t
    )

    Parameters

    x
    A PgSqlTime structure to subtract from.
    t
    A PgSqlInterval value to subtract.

    Return Value

    The new PgSqlTime structure that represents the result of the subtract operation.
    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