[This is preliminary documentation and is subject to change.]
Populate the short months in the month drop down list. An example of
short months are Jan, Feb etc.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void PopulateMonth( DropDownList dr ) |
| Visual Basic (Declaration) |
|---|
Public Sub PopulateMonth ( _ dr As DropDownList _ ) |
| Visual C++ |
|---|
public: void PopulateMonth( DropDownList^ dr ) |
Parameters
- dr
- Type: System.Web.UI.WebControls..::.DropDownList
the month drop down list.
