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.
Gets the from date based on the requested period.
Namespace: Smartsite.ManagementInformation
Assembly: Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)
Syntax
C# | Copy Code |
---|---|
[] public static GetFromDate( context, string siteName, period ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Shared Function GetFromDate ( _ context As , _ siteName As , _ period As _ ) As |
Parameters
- context
- IRenderContext
- siteName
- String
Name of the SMI site.
- period
- FixedPeriod
The fixed period for which you want to determine the 'from' date, using today as the reference date.
Return Value
See Also
SmiData Class
Smartsite.ManagementInformation Namespace