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 imageCopy Code
[]
public static  GetUntilDate(
	 context,
	string siteName,
	 period
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function GetUntilDate ( _
	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

Advanced