Uiinfrastructure API Docs  
 

TimePicker.Init Method

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

Overload List

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);

See Also

TimePicker Class | com.plumtree.uiinfrastructure.pagecontrols.timepicker Namespace