Harlinn.Windows 0.1
|
Binary compatible with OCITime. More...
#include <HOCITypes.h>
Public Member Functions | |
constexpr | Time () noexcept |
constexpr | Time (const DateTime &datetime) noexcept |
Time & | operator= (const DateTime &datetime) noexcept |
Common::Core::DateTime | ToTime () const |
constexpr bool | IsEmpty () const noexcept |
void | Assign (const DateTime &datetime) noexcept |
void | Assign (Byte hour, Byte minute, Byte second) noexcept |
void | GetTime (Byte &hour, Byte &minute, Byte &second) const noexcept |
Public Attributes | |
Byte | Hours |
hours; range is 0 <= hours <=23 | |
Byte | Minutes |
minutes; range is 0 <= minutes <= 59 | |
Byte | Seconds |
seconds; range is 0 <= seconds <= 59 | |
Binary compatible with OCITime.
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
|
inline |
Byte Harlinn::OCI::Time::Hours |
hours; range is 0 <= hours <=23
Byte Harlinn::OCI::Time::Minutes |
minutes; range is 0 <= minutes <= 59
Byte Harlinn::OCI::Time::Seconds |
seconds; range is 0 <= seconds <= 59