Class DateTimeEditControl
The DateTimeEditControl control provides a standard UI component for editing date and time properties.
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DateTimeEditControl : DateEditControl
Properties
| Improve this Doc View SourceDefaultFormat
Gets defaultFormat is a string that will be used to format the date in the absence of a FormatAttribute.
Declaration
protected override string DefaultFormat { get; }
Property Value
Type | Description |
---|---|
System.String | A String representing the default format to use to render the date. |
Overrides
Methods
| Improve this Doc View SourceCreateChildControls()
The DateTimeEditControl control provides a standard UI component for editing date and time properties.
Declaration
protected override void CreateChildControls()
Overrides
| Improve this Doc View SourceLoadDateControls()
The DateTimeEditControl control provides a standard UI component for editing date and time properties.
Declaration
protected override void LoadDateControls()
Overrides
| Improve this Doc View SourceLoadPostData(String, NameValueCollection)
LoadPostData loads the Post Back Data and determines whether the value has change.
Declaration
public override bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type | Name | Description |
---|---|---|
System.String | postDataKey | A key to the PostBack Data to load. |
NameValueCollection | postCollection | A name value collection of postback data. |
Returns
Type | Description |
---|---|
System.Boolean | true if the value has changed, otherwise false. |
Overrides
| Improve this Doc View SourceOnInit(EventArgs)
The DateTimeEditControl control provides a standard UI component for editing date and time properties.
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |