summaryM:DotNetNuke.Services.Localization.Localization.LoadTimeZoneDropDownList(System.Web.UI.WebControls.DropDownList,System.String,System.String)

Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 6.0. Replaced by new DnnTimeZoneComboBox control and use of .NET TimeZoneInfo class")]
public static void LoadTimeZoneDropDownList(
	DropDownList list,
	string language,
	string selectedValue
)
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 6.0. Replaced by new DnnTimeZoneComboBox control and use of .NET TimeZoneInfo class")> 
Public Shared Sub LoadTimeZoneDropDownList ( 
	list As DropDownList,
	language As String,
	selectedValue As String
)

Parameters

list
Type: System.Web.UI.WebControls..::..DropDownList
paramlistM:DotNetNuke.Services.Localization.Localization.LoadTimeZoneDropDownList(System.Web.UI.WebControls.DropDownList,System.String,System.String)
language
Type: System..::..String
paramlanguageM:DotNetNuke.Services.Localization.Localization.LoadTimeZoneDropDownList(System.Web.UI.WebControls.DropDownList,System.String,System.String)
selectedValue
Type: System..::..String
paramselectedValueM:DotNetNuke.Services.Localization.Localization.LoadTimeZoneDropDownList(System.Web.UI.WebControls.DropDownList,System.String,System.String)

See Also