Creates a new TimePicker object based on a complete time string in XPDateFormat.MEDIUM format using the given time as the preset value.
Inherited from AComponent.
public virtual void Init(PageMgr,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,string,string);
Initialize a new TimePicker object.
public override void Init(int,int,PageMgr,string);
Creates a new TimePicker object.
public override void Init(int,int,string,PageMgr,string);
TimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.timepicker Namespace