DateTime

Get Week Number

5min

This action returns the week number for a DateTime.

Obs: The week number indicates where the week falls numerically within a year.



Document image


Inputs & Outputs

  • [ I ] Date: DateTime for which to get the week number.
  • [ I ] First week rule: Drop-down
    • First Day ➜ Indicates that the first week of the year starts on the first day of the year and ends before the following designated first day of the week.
    • First Full Week ➜ Indicates that the first week of the year is the first week with four or more days before the designated first day of the week.
    • First Four Day Week ➜ Indicates that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year.
  • [ I ] First day of week: Drop-down
    • Sunday ➜ Uses Sunday as first day of the week.
    • Monday ➜ Used Monday as first day of the week.
  • [ O ] Week number: Integer representing the extracted week number.
Document image


Example Usage

  • Drag action onto canvas to get familiarized with it.
Document image

  • Declare some variables to be used with the action.
Document image

  • Assign the newly created variables.
  • Save & Run the process and then Check Instance to see the output.
Document image


Use Cases

  • Determining the week number for a given date.



Updated 16 Feb 2024
Doc contributor
Doc contributor
Did this page help you?