Stopshift
Type
Constant Integer (Number of seconds)
Since
1.2
Description
The "Stop" property only allows to set the stop-time to a constant year, month or day or to the current year, month or day. It is not possible to create a Time-Keyloader which e.g. stop tomorrow, because this is a relative setting. This property allows to shift the stop-time forward or backwards by setting the number of seconds (positive or negative) to shift.
Examples
Stop = "dd.MM.yyyy"
Endshift = "86400"
This setting lets the loader stop tomorrow, because the original end (today) defined by the "Stop" property is shifted forward by 24 * 60 * 60 (= 86400) seconds.
See also
Start, Stop
