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 first day of the week, according to the SMI settings. 0=sunday, 1=monday etc.

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

Syntax

C#Copy imageCopy Code
[]
public static int GetFirstDayOfWeek(
	 context,
	string siteName
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function GetFirstDayOfWeek ( _
	context As , _
	siteName As  _
) As Integer

Parameters

context
IRenderContext
The render context.
siteName
String
Name of the SMI site.

Return Value

See Also

Advanced