DayNumber (PQL)

Returns a number between 1 and 31, inclusive, representing the day of the month.

  • Returned Output: Numeric
  • Library: PQL \ Common \ Date-Time
  • Version: 2023.02.000
  • Compatibility:
    • Can be combined with and other PQL function throughout the application.
    • It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.

Syntax

DayNumber( <Date-Time> )

* Click on the function's arguments above for more details on the input values.

Comments