Uiinfrastructure API Docs  
 

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

Initialize this HTMLDateTimePicker and set it to the default datetime if that datetime isn't null.

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

Parameters

_strFormName
the name of the form where this HTMLDateTimePicker appears
_dtDefaultDateTime
to set the HTMLDateTimePicker to
_ptPageMgr
the PageMgr that owns this HTMLDateTimePicker
_strUniqueInstanceID
a unique id for the HTMLDateTimePicker

See Also

HTMLDateTimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.htmldatetimepicker Namespace | HTMLDateTimePicker.Init Overload List