|
enum | FormattingFlags {
ShowDate = EZ_BIT(0),
TextualDate = ShowDate | EZ_BIT(1),
ShowWeekday = EZ_BIT(2),
ShowTime = EZ_BIT(3),
ShowSeconds = ShowTime | EZ_BIT(4),
ShowMilliseconds = ShowSeconds | EZ_BIT(5),
ShowTimeZone = EZ_BIT(6),
Default = ShowDate | ShowSeconds,
DefaultTextual = TextualDate | ShowSeconds
} |
|
◆ ezArgDateTime()
ezArgDateTime::ezArgDateTime |
( |
const ezDateTime & |
dateTime, |
|
|
ezUInt32 |
uiFormattingFlags = Default |
|
) |
| |
|
inlineexplicit |
Initialized a formatting object for an ezDateTime instance.
- Parameters
-
dateTime | The ezDateTime 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 ezDateTime object. |
The documentation for this struct was generated from the following file:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Time/Timestamp.h