API Docs / Schemas / RelativeIntervalDto

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
valueinteger

Numeric value for the interval.

Numeric value for the interval.

unitenum

Day Week Month Year

Day Week Month Year

JSON Example

{
  "value": 0,
  "unit": "Day"
}

Contained in Schemas