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 week, false if it end with a partial week.
Namespace: Smartsite.ManagementInformation
Assembly: Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)
Syntax
C# | Copy Code |
---|---|
[] public static bool EndsWithFullWeek( from, until ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Shared Function EndsWithFullWeek ( _ from As , _ until As _ ) As |
Parameters
- from
- DateTime
Start date of the period.
- until
- DateTime
End date of the period.
Return Value
See Also
SmiData Class
Smartsite.ManagementInformation Namespace