dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure / Second Property

In This Topic
    Second Property (OracleDate)
    In This Topic
    Gets the value of the OracleDate structure as a second.
    Syntax
    'Declaration
     
    Public ReadOnly Property Second As Integer
    public int Second {get;}

    Property Value

    A number that represents the second value between 0 and 59.
    See Also