Returns true if the given period ends with a full week, false if it end with a partial week.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean smidata.endswithfullweek(datetime from, datetime until)

Parameters

Name Data Type Description
from DateTime Start date of the period.
until DateTime End date of the period.

Return Value

Data Type Description
Boolean

Expand image Example

SXML