Table of Contents

Struct DuckDBDate

Namespace
DuckDB.NET.Native
Assembly
DuckDB.NET.Bindings.dll
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

DuckDBDate

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

DuckDBDate

Properties

Days

public int Days { readonly get; set; }

Property Value

int

IsInfinity

public bool IsInfinity { get; }

Property Value

bool

IsNegativeInfinity

public bool IsNegativeInfinity { get; }

Property Value

bool

IsPositiveInfinity

public bool IsPositiveInfinity { get; }

Property Value

bool