Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
form-engine
/
org.octavius.form.control.base
/
IntervalValidation
Interval
Validation
data
class
IntervalValidation
(
val
min
:
Duration
?
=
null
,
val
max
:
Duration
?
=
null
)
:
ValidationOptions
Opcje walidacji dla interwałów czasowych.
Members
Constructors
Interval
Validation
Link copied to clipboard
constructor
(
min
:
Duration
?
=
null
,
max
:
Duration
?
=
null
)
Properties
max
Link copied to clipboard
val
max
:
Duration
?
min
Link copied to clipboard
val
min
:
Duration
?