Uiinfrastructure API Docs  
 

ATimePicker.Init Method (PageMgr, String, String)

Creates a new TimePicker object based on a complete time string in XPDateFormat.MEDIUM format

public abstract void Init(
   PageMgr _ptPageMgr,
   string _strTime,
   string _strUniqueInstanceID
);

Parameters

_ptPageMgr
_strTime
- The time string to parse
_strUniqueInstanceID
- The unique identifying string to distinguish multiple time pickers on the page

See Also

ATimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.timepicker Namespace | ATimePicker.Init Overload List