[This is preliminary documentation and is subject to change.]
Populate the minutes (in increment of 5) in the drop down list.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public void PopulateMinute( DropDownList dr, int mi ) |
Visual Basic (Declaration) |
---|
Public Sub PopulateMinute ( _ dr As DropDownList, _ mi As Integer _ ) |
Visual C++ |
---|
public: void PopulateMinute( DropDownList^ dr, int mi ) |
Parameters
- dr
- Type: System.Web.UI.WebControls..::.DropDownList
The drop down list to be populated.
- mi
- Type: System..::.Int32
Minute Increment.