Specifying a relative date is very similar to specifying a duration decider. However, a duration has no meaning until it is applied to a date. For example, a duration of one month differs depending on if it is currently February or March. A relative date is always applied to the current time at run time.
To add a date decider
<component id="nameOfDatebox" />
The children in each element must be an integer decider. Any value not set is assumed to be 0. Values specified above the theoretical maximum are converted (25 hours corresponds to +1 day and 1 hour).
<calculate binary-operation="add"> <first> <months>1</months> </first> <second> <component id="starttime" /> </second> </calculate>
Related topics