Struct DuckDBTimestampStruct
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
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
Properties
IsInfinity
public bool IsInfinity { get; }
Property Value
IsNegativeInfinity
public bool IsNegativeInfinity { get; }
Property Value
IsPositiveInfinity
public bool IsPositiveInfinity { get; }
Property Value
Micros
public long Micros { readonly get; set; }