Time
Time inherits from Object and defines instance variables hour, minute. It has no subclasses.
Methods defined in Time:
Methods for accessing:
Methods for initialization:
- hour: hours minute: minutes
Methods for printing:
- printOn: stream
- printString: useAMPM
useAMPM is true to use AM/PM designations, false to not use designations.
Methods for private:
- asTimeType
convert to the stupid PalmOS pseudostruct
- fromTimeType: timeType
Pocket Smalltalk Documentation