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

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

Syntax

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