DateWithVisibility
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 |
---|---|---|---|---|---|
value | 1.20 | Always | Date | - | Date value |
isVisible | 1.20 | Always | Boolean | - | Indicates whether the date value should be displayed in the UI |
Example
CODE
"startTime": {
"value": new Date(2017, 5, 20, 11, 5, 0),
"isVisible": true
}