Uiinfrastructure API Docs  
 

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

Initializes a new DatePicker Page Control with the given datetime as the preset value.

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

Parameters

_strFormName
Name of the form where this DatePicker appears
_xpDateTime
Preset DateTime
_ptPageMgr
the PageMgr responsible for this control
_strUniqueInstanceID
unique id for this instance

See Also

DatePicker Class | com.plumtree.uiinfrastructure.pagecontrols.datepicker Namespace | DatePicker.Init Overload List