Uiinfrastructure API Docs  
 

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

Creates a new TimePicker object.

public abstract 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

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