Time Stamp
This widget filters assumes that the data defines an interval. The Time widget will only show the features on the map that have a range that includes the widget slider value.

The formula to filter the data is:
DataMin < SliderValue && DataMax > SliderValue
where:
Min Property Name
The name of the feature 1 property which will hold the value for DataMin
.
Max Property Name
The name of the feature property which will hold the value for DataMax
.
Min and Max Property Format
Defines the format used to serialize dates when building queries from the time widget values.
The format should be supported by the underlying date engine.
Other possible values are
utsm
for Unix Timestamp 2 in millisecondsutss
for Unix Timestamp in seconds
Extends From & Extends To
Define the extent of the time slider.