toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.ui.constraints
/
DatePickerConstraint
Date
Picker
Constraint
data
class
DatePickerConstraint
(
val
minDate
:
String
?
=
null
,
val
maxDate
:
String
?
=
null
,
val
weekdays
:
List
<
Int
>
?
=
null
)
:
Parcelable
Members
Constructors
Date
Picker
Constraint
Link copied to clipboard
constructor
(
minDate
:
String
?
=
null
,
maxDate
:
String
?
=
null
,
weekdays
:
List
<
Int
>
?
=
null
)
Properties
max
Date
Link copied to clipboard
val
maxDate
:
String
?
=
null
min
Date
Link copied to clipboard
val
minDate
:
String
?
=
null
weekdays
Link copied to clipboard
val
weekdays
:
List
<
Int
>
?
=
null
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)