DateTimeFormatFlags
DateTimeFormatFlags enum
Bit flags, used in parsing/formatting.
enum class DateTimeFormatFlags : unsigned
Values
Name | Value | Description |
---|---|---|
None | 0 | |
UseGenitiveMonth | 1 | |
UseLeapYearMonth | 2 | |
UseSpacesInMonthNames | 4 | |
UseHebrewRule | 8 | |
UseSpacesInDayNames | 16 | |
UseDigitPrefixInTokens | 32 |
See Also
- Namespace System::Globalization::Details
- Library Aspose.Slides