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

Populates the month(short or long) months in the drop down list.

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

Syntax

C#
public void PopulateMonth(
	DropDownList dr,
	bool isShort
)
Visual Basic (Declaration)
Public Sub PopulateMonth ( _
	dr As DropDownList, _
	isShort As Boolean _
)
Visual C++
public:
void PopulateMonth(
	DropDownList^ dr, 
	bool isShort
)

Parameters

dr
Type: System.Web.UI.WebControls..::.DropDownList
The month drop down list.
isShort
Type: System..::.Boolean
if true populates the short months (Jan, Feb etc.), if false populates the long drop down months (January, February etc.).

See Also