|
enum | FormattingFlags {
ShowDate = XII_BIT(0)
, TextualDate = ShowDate | XII_BIT(1)
, ShowWeekday = XII_BIT(2)
, ShowTime = XII_BIT(3)
,
ShowSeconds = ShowTime | XII_BIT(4)
, ShowMilliseconds = ShowSeconds | XII_BIT(5)
, ShowTimeZone = XII_BIT(6)
, Default = ShowDate | ShowSeconds
,
DefaultTextual = TextualDate | ShowSeconds
} |
|
◆ xiiArgDateTime()
xiiArgDateTime::xiiArgDateTime |
( |
const xiiDateTime & | dateTime, |
|
|
xiiUInt32 | uiFormattingFlags = Default ) |
|
inlineexplicit |
Initialized a formatting object for a xiiDateTime instance.
- Parameters
-
dateTime | The xiiDateTime instance to format. |
bUseNames | Indicates whether to use names for days of week and months (true) or a purely numerical representation (false). |
bShowTimeZoneIndicator | Whether to indicate the timezone of the xiiDateTime object. |
The documentation for this struct was generated from the following file:
- /home/runner/work/XII/XII/Source/Engine/Foundation/Time/Timestamp.h