@eleven-am/faker
Preparing search index...
DateSchemaFluent
Interface DateSchemaFluent
interface
DateSchemaFluent
{
distribution
:
(
dist
:
"uniform"
|
"recent"
)
=>
DateSchema
;
max
:
(
value
:
string
|
number
|
Date
)
=>
DateSchema
;
min
:
(
value
:
string
|
number
|
Date
)
=>
DateSchema
;
onlyBusinessHours
:
(
enabled
?:
boolean
)
=>
DateSchema
;
onlyWeekdays
:
(
enabled
?:
boolean
)
=>
DateSchema
;
}
Index
Properties
distribution
max
min
only
Business
Hours
only
Weekdays
Properties
distribution
distribution
:
(
dist
:
"uniform"
|
"recent"
)
=>
DateSchema
max
max
:
(
value
:
string
|
number
|
Date
)
=>
DateSchema
min
min
:
(
value
:
string
|
number
|
Date
)
=>
DateSchema
only
Business
Hours
onlyBusinessHours
:
(
enabled
?:
boolean
)
=>
DateSchema
only
Weekdays
onlyWeekdays
:
(
enabled
?:
boolean
)
=>
DateSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distribution
max
min
only
Business
Hours
only
Weekdays
@eleven-am/faker
Loading...