dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / Value Property

In This Topic
    Value Property (PgSqlTime)
    In This Topic
    Gets the date and time that is stored in the PgSqlTime structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As TimeSpan
    public TimeSpan Value {get;}

    Property Value

    A System.DateTime object.
    Remarks
    The value cannot be less than System.DateTime.MinValue or greater than System.DateTime.MaxValue.
    See Also