upperBoundDays property

int? upperBoundDays
getter/setter pair

Range of shift in days.

Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future.

Required.

Implementation

core.int? upperBoundDays;