elk-message
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Custom
Time
OfDay
Value
constructor
format
hour
minutes
encode
decode
Represents a custom value with the TimeOfDay type.
Hierarchy
CustomTimeOfDayValue
Implements
CustomValue
Index
Constructors
constructor
Properties
format
hour
minutes
Methods
encode
decode
Constructors
constructor
new
Custom
Time
OfDay
Value
(
hour
:
number
, minutes
:
number
)
:
CustomTimeOfDayValue
Parameters
hour:
number
minutes:
number
Returns
CustomTimeOfDayValue
Properties
Readonly
format
format
:
CustomValueFormat
= CustomValueFormat.TimeOfDay
Readonly
hour
hour
:
number
Readonly
minutes
minutes
:
number
Methods
encode
encode
(
)
:
string
Returns
string
Static
decode
decode
(
input
:
string
)
:
CustomTimeOfDayValue
Parameters
input:
string
Returns
CustomTimeOfDayValue
Generated using
TypeDoc
Represents a custom value with the TimeOfDay type.