#include <FxUIDateTime.h>
|
| CFxUIDateTimeImpl * | m_pImpl = nullptr |
| |
Definition at line 32 of file FxUIDateTime.h.
◆ FxUIDateFormat
| Enumerator |
|---|
| TextDate | |
| ISODateWithMs | |
| ISODate | |
| RFC2822Date | |
Definition at line 43 of file FxUIDateTime.h.
◆ FxUITimeSpec
| Enumerator |
|---|
| LocalTime | |
| UTC | |
| OffsetFromUTC | |
| TimeZone | |
Definition at line 35 of file FxUIDateTime.h.
◆ CFxUIDateTime() [1/4]
| CFxUIDateTime::CFxUIDateTime |
( |
| ) |
|
◆ CFxUIDateTime() [2/4]
Parameterized Constructor
◆ CFxUIDateTime() [3/4]
◆ CFxUIDateTime() [4/4]
| CFxUIDateTime::CFxUIDateTime |
( |
const QDateTime & | dateTime | ) |
|
◆ ~CFxUIDateTime()
| CFxUIDateTime::~CFxUIDateTime |
( |
| ) |
|
◆ currentDateTime()
Returns the system clock's current datetime.
- Returns
- CFxUIDateTime
◆ date()
Returns the date part of the datetime.
- Returns
- CFxUIDate
◆ fromMSecsSinceEpoch()
| static CFxUIDateTime CFxUIDateTime::fromMSecsSinceEpoch |
( |
long long | msecs | ) |
|
|
static |
Returns a datetime representing a moment the given number msecs of milliseconds. The default time representation is local time.
- Parameters
-
- Returns
- CFxUIDateTime
◆ fromString()
Returns the CFxUIDateTime represented by the string, using the format given, or an invalid datetime if this is not possible.
- Parameters
-
- Returns
- CFxUIDateTime
◆ operator const QDateTime &()
| CFxUIDateTime::operator const QDateTime & |
( |
| ) |
const |
◆ operator=()
◆ time()
Returns the time part of the datetime.
- Returns
- CFxUITime
◆ toString()
◆ m_pImpl
| CFxUIDateTimeImpl* CFxUIDateTime::m_pImpl = nullptr |
|
protected |
The documentation for this class was generated from the following file: