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.
    See Also