AbsoluteDay
An alias of Day: same value, same 1-indexed count. The name exists for symmetry with AbsoluteMinutes.
Category: Time Returns: int
Signature
AbsoluteDay()
No arguments.
Examples
AbsoluteDay() == Day() // always true
AbsoluteDay() >= 2 // day two or later
Notes
- Requires time to be enabled for the project (Project, then Time). With time disabled, any expression using this function fails validation.
AbsoluteDayandDaycompute the same thing; there’s no behavioral difference between them. Use whichever name reads better next toAbsoluteMinutes()in the same expression.