Skip to main content
Skip table of contents

DateWithVisibility

Description

This object contains a date object and a property that indicates whether the date value should be displayed in the UI.

Properties

NameAvailable from versionAvailabilityData typeDefault valueDescription
value1.20AlwaysDate-Date value
isVisible1.20AlwaysBoolean-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
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.