#include <ptime.h>
Inheritance diagram for P::Time:

Public Member Functions | |
| Time (unsigned char hour=0, unsigned char minute=0, unsigned char second=0, unsigned int usec=0) throw (InvalidTime) | |
| ~Time () throw () | |
| void | setHour (unsigned char hour) |
| unsigned char | hour () const throw () |
| void | setMinute (unsigned char minute) |
| unsigned char | minute () const throw () |
| void | setSecond (unsigned char second) |
| unsigned char | second () const throw () |
| void | setUsec (unsigned int usec) |
| unsigned int | usec () const throw () |
| Time & | operator+= (const TimeSpan &sp) |
| Time & | operator-= (const TimeSpan &sp) |
| bool | operator> (const Time &t) const throw () |
| bool | operator< (const Time &t) const throw () |
| bool | operator>= (const Time &t) const throw () |
| bool | operator<= (const Time &t) const throw () |
| bool | operator== (const Time &t) const throw () |
| bool | operator!= (const Time &t) const throw () |
Friends | |
| PCORE_EXPORT friend std::ostream & | operator<< (std::ostream &os, const Time &t) |
Definition at line 193 of file ptime.h.
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in P::DateTime. |
|
|
Reimplemented in P::DateTime. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.3.3