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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also