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.
  • AbsoluteDay and Day compute the same thing; there’s no behavioral difference between them. Use whichever name reads better next to AbsoluteMinutes() in the same expression.
Docs last synced: 2026-07-18
Screenshot viewer