toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode.lexer
/
Token
/
DatetimeStamp
Datetime
Stamp
@
Serializable
data
class
DatetimeStamp
(
val
text
:
String
,
val
range
:
Pair
<
Int
,
Int
>
,
val
date
:
LocalDate
,
val
showWeekDay
:
Boolean
,
val
time
:
Pair
<
LocalTime
,
LocalTime
?
>
?
,
val
isActive
:
Boolean
,
val
repeater
:
String
?
,
val
warning
:
String
?
=
null
)
:
Token
Members
Constructors
Datetime
Stamp
Link copied to clipboard
constructor
(
text
:
String
,
range
:
Pair
<
Int
,
Int
>
,
date
:
LocalDate
,
showWeekDay
:
Boolean
,
time
:
Pair
<
LocalTime
,
LocalTime
?
>
?
,
isActive
:
Boolean
,
repeater
:
String
?
,
warning
:
String
?
=
null
)
Properties
date
Link copied to clipboard
val
date
:
LocalDate
is
Active
Link copied to clipboard
val
isActive
:
Boolean
range
Link copied to clipboard
open
override
val
range
:
Pair
<
Int
,
Int
>
repeater
Link copied to clipboard
val
repeater
:
String
?
show
Week
Day
Link copied to clipboard
val
showWeekDay
:
Boolean
text
Link copied to clipboard
open
override
val
text
:
String
time
Link copied to clipboard
val
time
:
Pair
<
LocalTime
,
LocalTime
?
>
?
warning
Link copied to clipboard
val
warning
:
String
?
=
null