Class DateTimeEditControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DateTimeEditControl : DateEditControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler
Constructors
DateTimeEditControl()
Declaration
public DateTimeEditControl()
Properties
DefaultFormat
Declaration
protected override string DefaultFormat { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
LoadDateControls()
Declaration
protected override void LoadDateControls()
Overrides
LoadPostData(string, NameValueCollection)
Declaration
public override bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type | Name | Description |
---|---|---|
string | postDataKey | |
NameValueCollection | postCollection |
Returns
Type | Description |
---|---|
bool |
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |