Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:days [2022/09/01 06:42] – created - external edit 127.0.0.1 | a_f:f:99_a:days [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:days to a_f:f:f:days administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== DAYS ====== | ||
| - | |||
| - | ===== Description ===== | ||
| - | Returns an integer constant indicating the number of days in the provided duration | ||
| - | ===== Parameters ===== | ||
| - | Attribute of the Duration type or duration constant or calculation producing duration | ||
| - | ===== Example ===== | ||
| - | <code aim>IF DAYS (Task.Duration) = 5 THEN ... </ | ||
| - | |||