Value |
public enum ValueTypeSpecification
| Member name | Value | Description |
|---|---|---|
| Numeric_Decimal | 0 | Decimal, e.g. 1000 |
| Numeric_Scientific | 1 | Scientific, e.g. 1E3 |
| Numeric_Engineering | 2 | Engineering, e.g. 1k |
| Numeric_DecimalWithMarks | 3 | With separators, e.g. 1,000 |
| Numeric_UserDefined | 5 | User defined |
| Text_Default | 256 | Default text formatting. |
| Time_HH_MM | 512 | Time format hh:mm. |
| Time_HH | 513 | Time format hh. |
| Time_HH_MM_SS | 514 | Time format hh:mm:ss. |
| Time_HH_MM_SS_ZZ | 515 | Time format hh:mm:ss.zz. |
| Time_HH_AP | 516 | Time format hh ap. |
| Time_HH_MM_AP | 517 | Time format hh:mm ap. |
| Time_MM_SS | 518 | Time format mm:ss. |
| Time_MM_SS_ZZ | 519 | Time format mm:ss.zz. |
| Time_HHMM | 520 | Time format hhmm. |
| Time_HHMMSS | 521 | Time format hhmmss. |
| Time_HH_MM_SS_ZZZ | 522 | Time format hh:mm:ss.zzz. |
| Date_DD_MM_YYYY | 768 | Date format dd/MM/yyyy. |
| Date_MM_DD_YYYY_HH_MM | 777 | Date format MM/dd/yyyy HH:mm. |
| Date_DD_MM_YYYY_HH_MM_SS | 778 | Date format dd/MM/yyyy HH:mm:ss. |
| Date_DDMMYYYY | 896 | Date format dd.MM.yyyy. |
| Date_Y | 897 | Year abbreviation format. |
| Date_MMM_D | 898 | Date format MMM d. |
| Date_M_D | 899 | Date format M/d. |
| Date_D | 900 | Day-of-month format. |
| Date_DDD | 901 | Abbreviated day-of-week format. |
| Date_DAY_LETTER | 902 | Single-letter day-of-week format. |
| Date_YYYY | 903 | Four-digit year format. |
| Date_YY | 904 | Two-digit year format. |
| Date_DDMMYYYY_HH_MM | 905 | Date format dd.MM.yyyy hh:mm. |
| Date_DDMMYYYY_HH_MM_SS | 906 | Date format dd.MM.yyyy hh:mm:ss. |
| Date_YYMMDD | 907 | Date format yyMMdd. |
| Date_YYMMDD_HH_MM | 908 | Date format yyMMdd hh:mm. |
| Date_YYMMDD_HH_MM_SS | 909 | Date format yyMMdd hh:mm:ss. |
| Date_YYMMDD_HHMM | 910 | Date format yyMMdd hhmm. |
| Date_YYMMDD_HHMMSS | 911 | Date format yyMMdd hhmmss. |
| Date_MMM | 912 | Abbreviated month format. |
| Date_MONTH_LETTER | 913 | Single-letter month format. |
| Date_Q | 914 | Quarter format. |
| Date_M_D_YYYY | 915 | Date format M-d-yyyy. |
| Date_HH_MM_SS_ZZZZ | 916 | Time format hh:mm:ss.zzzz. |
| Month_MMM | 1,024 | Month format MMM. |
| Month_MMMM | 1,025 | Month format MMMM. |
| Month_LETTER | 1,026 | Single-letter month format. |
| Day_DDD | 1,280 | Day format ddd. |
| Day_DDDD | 1,281 | Day format dddd. |
| Day_LETTER | 1,282 | Single-letter day format. |
The ValueTypeSpecification type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |