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
/
DateTimeValidation
Date
Time
Validation
data
class
DateTimeValidation
<
T
>
(
val
min
:
T
?
=
null
,
val
max
:
T
?
=
null
)
:
ValidationOptions
Generyczne opcje walidacji dla wszystkich kontrolek daty i czasu.
Members
Constructors
Date
Time
Validation
Link copied to clipboard
constructor
(
min
:
T
?
=
null
,
max
:
T
?
=
null
)
Properties
max
Link copied to clipboard
val
max
:
T
?
min
Link copied to clipboard
val
min
:
T
?