PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns true if the given period ends with a full month, false if it end with a partial month.

Namespace: Smartsite.ManagementInformation
Assembly:  Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)

Syntax

C#Copy imageCopy Code
[]
public static bool EndsWithFullMonth(
	 from,
	 until
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function EndsWithFullMonth ( _
	from As , _
	until As  _
) As 

Parameters

from
DateTime
Start date of the period.
until
DateTime
End date of the period.

Return Value

See Also

Advanced