Search
Preparing search index...
The search index is not available
@open-controller/lib
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
DateValue
Date
Value
constructor
__variant__
name
get
Value
on
Value
fromJSON
📑 Index
Globals
A
DynamicValue
that contains the Unix time
example
new
DateValue()
Hierarchy
DateValue
Implements
DynamicValue
<
string
>
Constructors
constructor
Properties
__variant__
name
Methods
get
Value
on
Value
fromJSON
Constructors
constructor
new
Date
Value
(
name
?:
string
)
:
DateValue
Parameters
name
:
string
Optional
Returns
DateValue
Properties
__variant__
__variant__
:
string
= "DateValue"
name
name
:
string
|
void
Methods
get
Value
get
Value
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
on
Value
on
Value
(
listener
:
Listener
<
string
>
)
:
Unsubscriber
Parameters
listener
:
Listener
<
string
>
Returns
Unsubscriber
Static
fromJSON
fromJSON
(
json
:
object
)
:
DateValue
Parameters
json
:
object
Optional
name
?:
string
Returns
DateValue
Made with ❤️ by
pirix-gh
. Documentation generated by
TypeDoc.
A DynamicValue that contains the Unix time
example
new DateValue()