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

On this page
    Value Property (PgSqlTime)
    On this page
    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