struct DuckDB::Date
- DuckDB::Date
- Struct
- Value
- Object
Defined in:
duckdb/date.crConstructors
Instance Method Summary
- #==(other : self) : Bool
- #day : Int32
- #month : Int32
-
#to_s
Returns the date with an ISO 8601 format.
-
#to_time
Returns a
Time
instance with the respective date in UTC. - #year : Int32