JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.neo4j.bolt.connection
Package
org.neo4j.bolt.connection.values
Interface IsoDuration
public interface
IsoDuration
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
days
()
long
months
()
int
nanoseconds
()
long
seconds
()
Method Details
months
long
months
()
days
long
days
()
seconds
long
seconds
()
nanoseconds
int
nanoseconds
()