Uiinfrastructure API Docs  
 

JSDateTimePicker.Init Method (String, XPDateTime, PageMgr, String)

Initialize a new JSDateTimePicker.

public override void Init(
   string _strFormName,
   XPDateTime _dtDefaultDateTime,
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID
);

Parameters

_strFormName
The name of the form in which this component resides.
_dtDefaultDateTime
The default date-time.
_ptPageMgr
_strUniqueInstanceID
The unique ID for this instance of the date/time-picker.

See Also

JSDateTimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.jsdatetimepicker Namespace | JSDateTimePicker.Init Overload List