MGL(Win32)
|
日付と時刻 [詳解]
#include <mgl_chrono_defs.h>
公開メンバ関数 | |
constexpr | DateTime () noexcept |
コンストラクタ | |
DateTime (EpochTime epochTime, int32_t inTimeDifference=0) noexcept | |
エポック時間から初期化 | |
公開変数類 | |
uint16_t | year |
年 | |
uint8_t | month |
月 | |
uint8_t | day |
日 | |
uint8_t | hour |
時間 | |
uint8_t | minute |
分 | |
uint8_t | second |
秒 | |
int32_t | timeDifference |
時差(秒) | |
日付と時刻
|
inlinenoexcept |
エポック時間から初期化
[in] | epochTime | エポック時間 |
[in] | inTimeDifference | 時差(秒) |