CLASS jsTimePicker of PaintBox

A formatted time-centric entryfield-style dBL control class. jsTimePicker can be used in a Form, SubForm, Container, or NoteBook. It provides a simple and intuitive UI for display and selection of times.

Syntax
[<oRef> =] new jsTimePicker(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which points to the newly created jsTimePicker object.
<oParent>
Object reference to the parent container object. This can be a Form, SubForm, Container, or NoteBook object.
<cName>
Optional name for the jsTimePicker object. If cName is not specified, a default name will be assigned.

Class Members
The jsTimePicker class is subclassed from the standard PaintBox class. Consult the existing documentation for the PaintBox class for a description of the standard PaintBox class members (properties, events, and methods).

Click the links in the left frame to view the Property Members, Event Members, and Method Members which are unique to the jsTimePicker class.