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 start with a full month, false if it start with a partial month.

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

Syntax

C#Copy imageCopy Code
[]
public static bool StartsWithFullMonth(
	 from,
	 until
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function StartsWithFullMonth ( _
	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