Struct DuckDBDate
public struct DuckDBDate
- Inherited Members
Fields
NegativeInfinity
Represents DuckDB's negative infinity date value. This is the value used in the DuckDB source code for -infinity dates.
public static readonly DuckDBDate NegativeInfinity
Field Value
PositiveInfinity
Represents DuckDB's positive infinity date value. This is the value used in the DuckDB source code for +infinity dates.
public static readonly DuckDBDate PositiveInfinity
Field Value
Properties
Days
public int Days { readonly get; set; }
Property Value
IsInfinity
public bool IsInfinity { get; }
Property Value
IsNegativeInfinity
public bool IsNegativeInfinity { get; }
Property Value
IsPositiveInfinity
public bool IsPositiveInfinity { get; }