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

Overload List

  NameDescription
Public methodPopulateMonth(DropDownList)
Populate the short months in the month drop down list. An example of short months are Jan, Feb etc.
Public methodPopulateMonth(DropDownList, Boolean)
Populates the month(short or long) months in the drop down list.
Public methodPopulateMonth(DropDownList, String)
Populates the month drop down list by providing the first row. The first row is usually used to provide instructions (i.e. to select other rows etc.). This method populates the short form of the month in rest of the rows. The value of the first row is always -1 in the drop down list.
Public methodPopulateMonth(DropDownList, String, Boolean)
Populates the month drop down list by providing the first row. The first row is usually used to provide instructions (i.e. to select other rows etc.). The value of the first row is always -1 in the drop down list.

See Also