Table of Contents

Struct DuckDBTimestampStruct

Namespace
DuckDB.NET.Native
Assembly
DuckDB.NET.Bindings.dll
public struct DuckDBTimestampStruct
Inherited Members

Fields

NegativeInfinity

Represents DuckDB's negative infinity timestamp value. This is the value used in the DuckDB source code for -infinity timestamps.

public static readonly DuckDBTimestampStruct NegativeInfinity

Field Value

DuckDBTimestampStruct

PositiveInfinity

Represents DuckDB's positive infinity timestamp value. This is the value used in the DuckDB source code for +infinity timestamps.

public static readonly DuckDBTimestampStruct PositiveInfinity

Field Value

DuckDBTimestampStruct

Properties

IsInfinity

public bool IsInfinity { get; }

Property Value

bool

IsNegativeInfinity

public bool IsNegativeInfinity { get; }

Property Value

bool

IsPositiveInfinity

public bool IsPositiveInfinity { get; }

Property Value

bool

Micros

public long Micros { readonly get; set; }

Property Value

long