DatetimeGenerator
Describes how datetimes are allowed to be generated.
Properties
maxDate
maxDate:
Date
The maximum date value to generate.
minDate
minDate:
Date
The minimum date value to generate.
precision
precision:
"days"
|"hours"
|"milliseconds"
|"minutes"
|"seconds"
A way to specify the precision of the generated date.
range
range:
"full"
|"relevant"