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

Syntax

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