Reference > Expressions > Built-in Functions > Date Functions > EndOfThisYear

EndOfThisYear

Returns the local date of the last day of this year, based on the local time of the current session.

Syntax

EndofThisYear()

Enabled for

Search/Dashboard No
Business Rules Yes
Quick Actions Yes
Workflow Objects No
Reports No

Parameters

None

 

Return Value

DateTime value.

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

$(EndofThisYear())

If today is April 10, 2014 local time it returns the DateTime value for December 31, 2014 11:59:59 PM.