Dynamicweb 8 Documentation
CreateDateSelector Method

Control Id.
Selected date.
Returns new date selector control.
Syntax
'Declaration
 
Protected Function CreateDateSelector( _ 
   ByVal id As String, _ 
   ByVal selectedDate As Date _ 
) As DynamicControl
protected DynamicControl CreateDateSelector( 
   string id,
   DateTime selectedDate 
)

Parameters

id
Control Id.
selectedDate
Selected date.

Return Value

New date selector control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimestampEditor Class
TimestampEditor Members

Send Feedback