struct DuckDB::Date
- DuckDB::Date
- Struct
- Value
- Object
Defined in:
duckdb/date.crConstructors
- .new(year : Int32, month : Int32, day : Int32)
- .new(time : Time)
- .new(string : String)
-
.new(days : Int32)
Days since
Time::UNIX_EPOCH
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