userweeknum() Function

Function

userweeknum( date, methodology )

Returns the week number within the year for the given date or datetime in the user preferred calendar, using a given methodology.

Parameters

Keyword Type Description

date

Date

The date or datetime for which the week number is to be determined.

methodology

Number

Controls what day the week begins on.

Returns

Number

Usage considerations

For the methodology parameter, use the following:

  • 1 if the week begins on Sunday (Default)
  • 2 if the week begins on Monday
  • 3 if the week begins on Tuesday
  • 4 if the week begins on Wednesday
  • 5 if the week begins on Thursday
  • 6 if the week begins on Friday
  • 7 if the week begins on Saturday

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

userweeknum(02/06/2006, 1) returns 6

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK