[This is preliminary documentation and is subject to change.]

Populates the day of the week in the drop down list.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public void PopulateDayOfWeek(
	DropDownList dr
)
Visual Basic (Declaration)
Public Sub PopulateDayOfWeek ( _
	dr As DropDownList _
)
Visual C++
public:
void PopulateDayOfWeek(
	DropDownList^ dr
)

Parameters

dr
Type: System.Web.UI.WebControls..::.DropDownList
The drop down list to be populated.

See Also