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

Populates day in the drop down list.

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

Syntax

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

Parameters

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

See Also