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

Syntax

Smartsite SXML CopyCode image Copy Code
boolean smidata.startswithfullweek(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