dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Time Structure / DB2Time Constructor
The specified System.TimeSpan.

In This Topic
    DB2Time Constructor
    In This Topic
    Initializes a new instance of the DB2Time structure with the specified System.TimeSpan.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As TimeSpan _
    )
    public DB2Time( 
       TimeSpan value
    )

    Parameters

    value
    The specified System.TimeSpan.
    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