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

IsFinite Property
Indicates whether the current structure value is finite or null.
Syntax
'Declaration
 
Public ReadOnly Property IsFinite As Boolean
 

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