dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTime Structure / MinValue Field

In This Topic
    MinValue Field (PgSqlTime)
    In This Topic
    Represents the minimum valid date for a PgSqlTime structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MinValue As PgSqlTime
    public static readonly PgSqlTime MinValue
    Remarks
    The minimum valid date for a PgSqlTime structure is 4713 BC.
    See Also