[This is preliminary documentation and is subject to change.]
Populates the hour (1-12) in the drop down list.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public void PopulateHour( DropDownList dr ) |
Visual Basic (Declaration) |
---|
Public Sub PopulateHour ( _ dr As DropDownList _ ) |
Visual C++ |
---|
public: void PopulateHour( DropDownList^ dr ) |
Parameters
- dr
- Type: System.Web.UI.WebControls..::.DropDownList
the drop down list to be populated.