DateTimeControl.Render method

This member overrides Control.Render(HtmlTextWriter).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub Render ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.Render(output)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void Render(
    HtmlTextWriter output
)

Parameters

See also

Reference

DateTimeControl class

DateTimeControl members

Microsoft.SharePoint.WebControls namespace