Description
This object contains a date object and a property that indicates whether the date value should be displayed in the UI.
Properties
|
Name |
Available from version |
Availability |
Data type |
Default value |
Description |
|---|---|---|---|---|---|
|
|
1.20 |
Always |
|
- |
Date value |
|
|
1.20 |
Always |
|
- |
Indicates whether the date value should be displayed in the UI |
Example
"startTime": {
"value": new Date(2017, 5, 20, 11, 5, 0),
"isVisible": true
}