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

Last365Days

Returns the local date and time for the date that was 365 days ago, based on the local time of the current session.

This is not the same as one year ago, which is always the same month and day, but has a different year.

Syntax

Last365Days()

Enabled for

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

Parameters

none  

Return Value

DateTime value.

The return value can be either the same month and day as today (with the year for last year) or it could be one day different, depending on whether there was a leap day in the last 365 days.

Examples:

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

$(Last365Days())

If today is April 10, 2014 it returns the DateTime value for April 10, 2013.