Home / Search/ Language Reference/ Functions/ Scalar Functions/ DateTime Functions/endofweek

endofweek

The endofweek function returns the end of the week containing the date, shifted by an offset, if provided.

Last day of the week is considered to be a Saturday.

Syntax

    endofweek( Date [, Offset] )

Arguments

  • Date: The input date.
  • Offset: An optional number of offset weeks from the input date (integer, default - 0).

Returns

A datetime representing the end of the week for the given Date value, with the offset, if specified.

Example

  • | project weekEnd = endofweek(datetime(2022-09-25 10:10:17), 1) returns as 1665359999.999.