knotion
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
knotion
knotion
/
com.velkonost.knotion.model.date
/
DateOrDateRange
Date
Or
Date
Range
data
class
DateOrDateRange
(
val
start
:
DateOrDateTime
,
val
end
:
DateOrDateTime
?
=
null
)
See
Reference
.
Members
Constructors
Date
Or
Date
Range
Link copied to clipboard
constructor
(
start
:
DateOrDateTime
,
end
:
DateOrDateTime
?
=
null
)
Properties
end
Link copied to clipboard
val
end
:
DateOrDateTime
?
=
null
start
Link copied to clipboard
val
start
:
DateOrDateTime