Uiinfrastructure API Docs  
 

TimePicker.Init Method (Int32, Int32, String, PageMgr, String)

Creates a new TimePicker object.

public override void Init(
   int _nHours,
   int _nMinutes,
   string _strAMPM,
   PageMgr _ptPageMgr,
   string _strUniqueInstanceID
);

Parameters

_nHours
The hours value to initially select
_nMinutes
The minutes value to initially select
_strAMPM
The AM/PM string to initially select
_ptPageMgr
_strUniqueInstanceID
The unique identifier string used to distinguish multiple copies of this component on the same page

See Also

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