Qx
v0.5.8
Qt Extensions Library
Loading...
Searching...
No Matches
qx-datetime.h
1
#ifndef QX_DATETIME_H
2
#define QX_DATETIME_H
3
4
// Shared Lib Support
5
#include "qx/core/qx_core_export.h"
6
7
// Qt Includes
8
#include <QDateTime>
9
10
namespace
Qx
11
{
12
13
class
QX_CORE_EXPORT
DateTime
14
{
15
//-Class Variables----------------------------------------------------------------------------------------------
16
private
:
17
static
const
qint64 FILETIME_EPOCH_OFFSET_MS = 11644473600000;
// Milliseconds between FILETIME 0 and Unix Epoch 0
18
19
//-Class Functions----------------------------------------------------------------------------------------------
20
public
:
21
static
QDateTime
fromMSFileTime(quint64 fileTime);
22
};
23
24
}
25
26
#endif
// QX_DATETIME_H
Qx::DateTime
The DateTime class is a collection of static functions pertaining to date and time.
Definition
qx-datetime.h:14
Qx
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition
qx-processwaiter.cpp:5
QDateTime
lib
core
include
qx
core
qx-datetime.h
Generated by
1.10.0