durationDays property

int? durationDays
getter/setter pair

The number of days in the requested date range, for example, for a range spanning today: 1.

For a range spanning the last 7 days: 7.

Implementation

core.int? durationDays;