apoc.date.add
Function
apoc.date.add(12345, 'ms', -365, 'd') given a timestamp in one time unit, adds a value of the specified time unit
Signature
apoc.date.add(time :: INTEGER?, unit :: STRING?, addValue :: INTEGER?, addUnit :: STRING?) :: (INTEGER?)
Input parameters
Name | Type | Default |
---|---|---|
time |
INTEGER? |
null |
unit |
STRING? |
null |
addValue |
INTEGER? |
null |
addUnit |
STRING? |
null |
Was this page helpful?