%WeekOfYear function


Function
The function returns the serial number of the week of a given absolute time.


Declaration


INT %WeekOfYear(
   TIME in time,
   TEXT in timeZone := %GetCurrentTimeZone()
 )


Parameters


timeFunction argument.
timeZone


Note
Possible values range from 1 to 53. For yearly recurrence pattern rules, the first week of the calendar year is the first week that contains at least four days in that calendar year.

If the last week of a year and the first week of the next year are the same week, the function returns the same value for both the weeks (the same result as in a physical calendar).