Tomorrow
Returns the local date for tomorrow as of midnight tomorrow morning, based on the local time of the current session.
Syntax
Tomorrow()
Enabled for
Search/Dashboard | Yes |
Business Rules | No |
Quick Actions | Yes |
Workflow Objects | No |
Reports | No |
Parameters
none |
Returns Value
DateTime value. Uses only the date component and not the time.
If the system has to display the return value, it implicitly converts it to text, thereby allowing the display format to change depending on your culture code. See Available Languages and Cultures for a list of the culture codes used by HEAT. |
Example
$(Tomorrow())
If today is April 10, 2014, this function returns the DateTime value for April 11, 2014.