Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:day_of_year [2022/09/01 06:43] – created - external edit 127.0.0.1 | a_f:f:99_a:day_of_year [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:day_of_year to a_f:f:f:day_of_year administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== DAY_OF_YEAR ====== | ||
| - | |||
| - | ===== Description ===== | ||
| - | Returns day of year of the provided date as an integer constant in the range 1-366| | ||
| - | ===== Parameters ===== | ||
| - | Attribute of the Date type or date constant or calculation producing a date| | ||
| - | ===== Example ===== | ||
| - | <code aim>IF DAY_OF_YEAR (Account.OpeningDate=250) THEN ... </ | ||
| - | |||