An NDoc Documented Class Library

DateTimePicker Constructor

Initializes a new instance of the DateTimePicker class.

Overload List

Initializes a new instance of the DateTimePicker class.

[Visual Basic] Protected Sub New()
[C#] protected DateTimePicker();
[C++] protected: DateTimePicker();
[JScript] protected function DateTimePicker();

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public DateTimePicker(AutomationElement,ActionListener);
[C++] public: DateTimePicker(AutomationElement*,ActionListener*);
[JScript] public function DateTimePicker(AutomationElement,ActionListener);

See Also

DateTimePicker Class | White.Core.UIItems Namespace