#include <BDuration.h>
◆ BDuration() [1/2]
| BDuration::BDuration | ( | int | hour = 0, |
| | int | minute = 0, |
| | int | second = 0, |
| | int | microsecond = 0 |
| ) | | |
◆ BDuration() [2/2]
| BDuration::BDuration | ( | BString | str | ) | |
◆ ~BDuration()
| BDuration::~BDuration | ( | | ) | |
◆ addMicroSeconds()
| void BDuration::addMicroSeconds | ( | int64_t | microSeconds | ) | |
Add the given number of micro seconds.
◆ addMilliSeconds()
| void BDuration::addMilliSeconds | ( | int64_t | milliSeconds | ) | |
Add the given number of milli seconds.
◆ addSeconds()
| void BDuration::addSeconds | ( | int | seconds | ) | |
Add the given number of seconds.
◆ clear()
| void BDuration::clear | ( | | ) | |
◆ getMicroSeconds()
| uint64_t BDuration::getMicroSeconds | ( | | ) | |
Get number of micro seconds.
◆ getSeconds()
| uint32_t BDuration::getSeconds | ( | | ) | |
◆ getString()
Get the time as an ISO date/time string.
◆ hour()
◆ microSecond()
| int BDuration::microSecond | ( | | ) | |
◆ minute()
| int BDuration::minute | ( | | ) | |
◆ second()
| int BDuration::second | ( | | ) | |
◆ set()
| void BDuration::set | ( | int | hour = 0, |
| | int | minute = 0, |
| | int | second = 0, |
| | int | microsecond = 0 |
| ) | | |
◆ setString()
Set the time from an ISO date/time.
◆ ohour
◆ omicroSecond
| uint32_t BDuration::omicroSecond | | private |
MicroSecond (0 .. 999999)
◆ ominute
| uint8_t BDuration::ominute | | private |
◆ osecond
| uint8_t BDuration::osecond | | private |
◆ ospare
| uint8_t BDuration::ospare | | private |
The documentation for this class was generated from the following files: