UTC time representation.
More...
#include <time.hpp>
|
|
| UtcTime ()=default |
| | Ctor.
|
| | UtcTime (const int year, const int month, const int day, const int hour, const int min, const double sec) |
| | Constructor.
|
|
| int | year_ = 0 |
| | Year.
|
| int | month_ = 0 |
| | Month (1-12)
|
| int | day_ = 0 |
| | Day (1-31)
|
| int | hour_ = 0 |
| | Hour (0-23)
|
| int | min_ = 0 |
| | Minute (0-59)
|
| double | sec_ = 0.0 |
| | Second (0-60)
|
UTC time representation.
Definition at line 553 of file time.hpp.
◆ UtcTime()
| fpsdk::common::time::UtcTime::UtcTime |
( |
const int | year, |
|
|
const int | month, |
|
|
const int | day, |
|
|
const int | hour, |
|
|
const int | min, |
|
|
const double | sec ) |
Constructor.
- Parameters
-
| [in] | year | Year |
| [in] | month | Month (1-12) |
| [in] | day | Day (1-31) |
| [in] | hour | Hour (0-23) |
| [in] | min | Minute (0-59) |
| [in] | sec | Second (0-60) |
◆ year_
| int fpsdk::common::time::UtcTime::year_ = 0 |
◆ month_
| int fpsdk::common::time::UtcTime::month_ = 0 |
◆ day_
| int fpsdk::common::time::UtcTime::day_ = 0 |
◆ hour_
| int fpsdk::common::time::UtcTime::hour_ = 0 |
◆ min_
| int fpsdk::common::time::UtcTime::min_ = 0 |
◆ sec_
| double fpsdk::common::time::UtcTime::sec_ = 0.0 |
The documentation for this struct was generated from the following file:
- fpsdk_common/include/fpsdk_common/time.hpp