RelativeIntervalDto
Numeric interval (value + unit) used by the Start/Due date configs to express a relative
offset, e.g. "10 days after Start". Replaces the old flat IntervalValue/IntervalUnit pairs.
Properties
| Name | Type | Description |
|---|---|---|
| value | integer | Numeric value for the interval. |
Numeric value for the interval. | ||
| unit | enum | Day Week Month Year |
Day Week Month Year | ||
JSON Example
{
"value": 0,
"unit": "Day"
}
Contained in Schemas
- DueDateConfigDto Configuration for the projected DueDate on tasks created from a recurring task. Different properties...
- RecurrenceConfigDto Configuration for how often a recurring task repeats.
- TaskStartConfigDto Configuration for when a recurring task should start. Different properties are required based on the...