Adds a specified amount of time to a date. Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
date
Syntax:
DateTimeColumn
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
unit | text | ✓ Yes | The unit of time to add. |
amount | number | ✓ Yes | The number of units to add. Decimal values are rounded to the nearest integer. |
date | column|datetime | ✓ Yes | The date value or column of date values to which time is added. |
unit: year, quarter, month, week, day, hour, minute, second
Allowed Column Types: DATETIME, DATE
Validation
- Minimum parameters: 3
- Maximum parameters: 3
Examples
2000-01-01 00:00:00