summaryT:DotNetNuke.UI.WebControls.DNNTimeZoneEditControl

Namespace: DotNetNuke.UI.WebControls
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 class DNNTimeZoneEditControl : IntegerEditControl
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 6.0. Replaced by new DnnTimeZoneComboBox control and use of .NET TimeZoneInfo class")> 
Public Class DNNTimeZoneEditControl
	Inherits IntegerEditControl

Inheritance Hierarchy

See Also