struct Neo4j::Duration
- Neo4j::Duration
- Struct
- Value
- Object
Defined in:
neo4j/type.crConstructors
- .new(years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds)
- .new(months : Int16 | Int32 | Int64 | Int8, days : Int16 | Int32 | Int64 | Int8, seconds : Int16 | Int32 | Int64 | Int8, nanoseconds : Int16 | Int32 | Int64 | Int8)
Class Method Summary
Instance Method Summary
- #days : Int16 | Int32 | Int64 | Int8
- #months : Int16 | Int32 | Int64 | Int8
- #nanoseconds : Int16 | Int32 | Int64 | Int8
- #seconds : Int16 | Int32 | Int64 | Int8
Instance methods inherited from class Object
to_bolt_params : Neo4j::Value
to_bolt_params
Constructor Detail
def self.new(years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds)
#
def self.new(months : Int16 | Int32 | Int64 | Int8, days : Int16 | Int32 | Int64 | Int8, seconds : Int16 | Int32 | Int64 | Int8, nanoseconds : Int16 | Int32 | Int64 | Int8)
#