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

Syntax

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