Skip to main content

weekstart - script and chart function

This function returns a value corresponding to a timestamp of the first millisecond of the first day (Monday) of the calendar week containing date. The default output format is the DateFormat set in the script.

Syntax:  

WeekStart(date [, shift = 0 [,weekstart = 0]])

Arguments:  





Argument Description
date The date to evaluate.
shift shift is an integer, where the value 0 indicates the week which contains date. Negative values in shift indicate preceding weeks and positive values indicate succeeding weeks.
weekstart

If you don't specify weekstart, the value of variable FirstWeekDay will be used as the first day of the week.

If you want to use another day as the first day of the week, set weekstart to:

  • 0 for Monday
  • 1 for Tuesday
  • 2 for Wednesday
  • 3 for Thursday
  • 4 for Friday
  • 5 for Saturday
  • 6 for Sunday

See also: FirstWeekDay

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!