dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleIntervalDS Structure / OracleIntervalDS Constructor / OracleIntervalDS Constructor(TimeSpan)
The specified System.TimeSpan.

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

    Parameters

    ts
    The specified System.TimeSpan.
    See Also