Uiinfrastructure API Docs  
 

TimePicker.Init Method (PageMgr, String, String)

Creates a new TimePicker object based on a complete time string in XPDateFormat.MEDIUM format using the given time as the preset value.

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

Parameters

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

See Also

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