Method | Description |
---|---|
CTime() | Constructor |
~CTime() | Destructor |
Day() | Reads the day from the object |
Hour() | Reads the hour from the object |
Minute() | Reads the minute from the object |
Second() | Reads the second from the object |
Day(int32) | Sets the day in the object |
Hour(int32) | Sets the hour in the object |
Minute(int32) | Sets the minute in the object |
Second(int32) | Sets the second in the object |
AsSeconds() | returns the whole time in seconds |
= (assignment) | sets the object to another |
+=, + (addition) | adds time to the object |
-=, - (subtraction) | subs time from the object |
*=, * (multiplication) | multiplies the time with a value |
/=, / (division) | divides the time by a value |
==, != (equality) | Tests equality with another CTime |
&bt;=, &bt; (bigger than) | tests if the object is bigger than the second |
<=, < (lesser than) | tests if the object is lower than the second |
The Cronology Library, in lovely HTML, for BeOS Release 4.
Copyright © 1999 Michael Praschl. All rights reserved.
Last modified: 15. Feb 1999