Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | FileTime |
struct | SystemTime |
struct | TimeZoneInformation |
Functions | |
uint32_t | GetTimeZoneInformation (TimeZoneInformation *timeZoneInformation) |
void | GetLocalTime (SystemTime *systemTime) |
int | FileTimeToLocalFileTime (const FileTime *fileTime, FileTime *localFileTime) |
int | SystemTimeToFileTime (const SystemTime *systemTime, FileTime *fileTime) |
long | CompareFileTime (const FileTime *fileTime1, const FileTime *fileTime2) |
int | FileTimeToSystemTime (const FileTime *fileTime, SystemTime *systemTime) |
int | LocalFileTimeToFileTime (const FileTime *localFileTime, FileTime *fileTime) |
int | FileTimeToTimeT (const FileTime *localFileTime, time_t *pTimeT) |
int | TimeTToFileTime (time_t timeT, FileTime *localFileTime) |
template<typename Rep , typename Period > | |
void | Sleep (std::chrono::duration< Rep, Period > duration) |
Variables | |
constexpr int | KODI_TIME_ZONE_ID_INVALID {-1} |
constexpr int | KODI_TIME_ZONE_ID_UNKNOWN {0} |
constexpr int | KODI_TIME_ZONE_ID_STANDARD {1} |
constexpr int | KODI_TIME_ZONE_ID_DAYLIGHT {2} |
int KODI::TIME::FileTimeToSystemTime | ( | const FileTime * | fileTime, |
SystemTime * | systemTime ) |
void KODI::TIME::GetLocalTime | ( | SystemTime * | systemTime | ) |
uint32_t KODI::TIME::GetTimeZoneInformation | ( | TimeZoneInformation * | timeZoneInformation | ) |
void KODI::TIME::Sleep | ( | std::chrono::duration< Rep, Period > | duration | ) |
int KODI::TIME::SystemTimeToFileTime | ( | const SystemTime * | systemTime, |
FileTime * | fileTime ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |