|
roo_time
API Documentation for roo_time
|
#include <roo_time.h>
Public Member Functions | |
| TimeZone () | |
| Constructs UTC timezone. | |
| constexpr | TimeZone (Duration offset) |
| Creates time zone with specified UTC offset. | |
| constexpr Duration | offset () const |
| Returns UTC offset of this time zone. | |
Definition at line 685 of file roo_time.h.
|
inline |
Constructs UTC timezone.
Definition at line 688 of file roo_time.h.
|
inlineexplicitconstexpr |
Creates time zone with specified UTC offset.
Definition at line 691 of file roo_time.h.
|
inlineconstexpr |
Returns UTC offset of this time zone.
Definition at line 695 of file roo_time.h.
References roo_time::Minutes().
Referenced by roo_time::DateTime::DateTime(), roo_time::DateTime::DateTime(), roo_time::operator!=(), and roo_time::operator==().