|
| BTimeUs (BUInt64 t=0) |
|
| BTimeUs (BTime t) |
|
void | set (BUInt64 microSeconds) |
| Set the time to TAI us. More...
|
|
void | set (BUInt year, BUInt month, BUInt day, BUInt hour=0, BUInt minute=0, BUInt second=0, BUInt microSecond=0) |
| Set the date and time from UTC. More...
|
|
void | setYearDay (BUInt year, BUInt yearDay, BUInt hour=0, BUInt minute=0, BUInt second=0, BUInt microSecond=0) |
| Set the date and time from UTC. More...
|
|
void | getDate (BUInt &year, BUInt &month, BUInt &day) const |
| Return the date information UTC. More...
|
|
void | getTime (BUInt &hour, BUInt &minute, BUInt &second) const |
| Return the time information UTC. More...
|
|
BUInt64 | getSeconds () const |
| Return the number of seconds TAI. More...
|
|
BUInt64 | getMicroSeconds () const |
| Return the number of micro seconds TAI. More...
|
|
int | isSet () const |
| Check if set. More...
|
|
int | isLeapYear () |
| Returns if a leap year. More...
|
|
void | addSeconds (BInt64 seconds) |
| Add the given number of seconds. More...
|
|
void | addMicroSeconds (BInt64 microSeconds) |
| Add the given number of seconds. More...
|
|
BString | getString (BString format="isoT") const |
| Gets the date/time in string format. More...
|
|
BString | getStringUs (BString format="isoT") const |
| Gets the date/time in string format. More...
|
|
BError | setString (const BString dateTime) |
| Sets the date/time from string format. More...
|
|
| operator BTime () const |
|
int | operator== (const BTimeUs &time) const |
|
int | operator!= (const BTimeUs &time) const |
|
int | operator> (const BTimeUs &time) const |
|
int | operator>= (const BTimeUs &time) const |
|
int | operator< (const BTimeUs &time) const |
|
int | operator<= (const BTimeUs &time) const |
|
BTimeUs | operator+ (BInt64 microSeconds) const |
|
BTimeUs & | operator+= (BInt64 microSeconds) |
|