dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime 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 datetime differs from PositiveInfinity and NegativeInfinity fields.
    See Also