dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / IsFinite Property

In This Topic
    IsFinite Property
    In This Topic
    Indicates whether the current structure value is finite or null.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFinite As Boolean
    public bool IsFinite {get;}

    Property Value

    true if the Value represents a finite timestamp or Null; otherwise, false.
    Remarks
    This property indicates whether the timestamp differs from PositiveInfinity and NegativeInfinity fields.
    See Also