|
enum | FormattingFlags {
ShowDate = PL_BIT(0)
, TextualDate = ShowDate | PL_BIT(1)
, ShowWeekday = PL_BIT(2)
, ShowTime = PL_BIT(3)
,
ShowSeconds = ShowTime | PL_BIT(4)
, ShowMilliseconds = ShowSeconds | PL_BIT(5)
, ShowTimeZone = PL_BIT(6)
, Default = ShowDate | ShowSeconds
,
DefaultTextual = TextualDate | ShowSeconds
} |
|
◆ plArgDateTime()
plArgDateTime::plArgDateTime |
( |
const plDateTime & | dateTime, |
|
|
plUInt32 | uiFormattingFlags = Default ) |
|
inlineexplicit |
Initialized a formatting object for an plDateTime instance.
- Parameters
-
dateTime | The plDateTime 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 timplone of the plDateTime object. |
The documentation for this struct was generated from the following file: