Increases the hour portion of a dtl value by a specified number.
Usage
ADDHOUR(date, numberOfHours)
Parameters
Returns
A copy of the dtl argument, with the integer argument added to the hour portion.
dtl
Remarks
Sample
addHourSample.fls.xml... <textview label="Your next meal is due at " text='{FORMATDTL((ADDHOUR(sysp.dtlFormOpen, 12)), (dtf yyyy"-"MM"-"dd" "HH":"mm":"ss))}'/> ...
addHourSample.fls.xml
... <textview label="Your next meal is due at " text='{FORMATDTL((ADDHOUR(sysp.dtlFormOpen, 12)), (dtf yyyy"-"MM"-"dd" "HH":"mm":"ss))}'/> ...
ADDHOUR(sysp.dtlFormOpen, 12
Figure 293. This textview displays the date twelve hours from the current date
textview
Related links
Search Highlighter (On/Off)