Click or drag to resize

ValueTypeSpecification Enumeration

Specifies formatting details for values (numeric, text, date, time, etc.).

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum ValueTypeSpecification
Members
Member nameValueDescription
Numeric_Decimal0Decimal, e.g. 1000
Numeric_Scientific1Scientific, e.g. 1E3
Numeric_Engineering2Engineering, e.g. 1k
Numeric_DecimalWithMarks3With separators, e.g. 1,000
Numeric_UserDefined5User defined
Text_Default256Default text formatting.
Time_HH_MM512Time format hh:mm.
Time_HH513Time format hh.
Time_HH_MM_SS514Time format hh:mm:ss.
Time_HH_MM_SS_ZZ515Time format hh:mm:ss.zz.
Time_HH_AP516Time format hh ap.
Time_HH_MM_AP517Time format hh:mm ap.
Time_MM_SS518Time format mm:ss.
Time_MM_SS_ZZ519Time format mm:ss.zz.
Time_HHMM520Time format hhmm.
Time_HHMMSS521Time format hhmmss.
Time_HH_MM_SS_ZZZ522Time format hh:mm:ss.zzz.
Date_DD_MM_YYYY768Date format dd/MM/yyyy.
Date_MM_DD_YYYY_HH_MM777Date format MM/dd/yyyy HH:mm.
Date_DD_MM_YYYY_HH_MM_SS778Date format dd/MM/yyyy HH:mm:ss.
Date_DDMMYYYY896Date format dd.MM.yyyy.
Date_Y897Year abbreviation format.
Date_MMM_D898Date format MMM d.
Date_M_D899Date format M/d.
Date_D900Day-of-month format.
Date_DDD901Abbreviated day-of-week format.
Date_DAY_LETTER902Single-letter day-of-week format.
Date_YYYY903Four-digit year format.
Date_YY904Two-digit year format.
Date_DDMMYYYY_HH_MM905Date format dd.MM.yyyy hh:mm.
Date_DDMMYYYY_HH_MM_SS906Date format dd.MM.yyyy hh:mm:ss.
Date_YYMMDD907Date format yyMMdd.
Date_YYMMDD_HH_MM908Date format yyMMdd hh:mm.
Date_YYMMDD_HH_MM_SS909Date format yyMMdd hh:mm:ss.
Date_YYMMDD_HHMM910Date format yyMMdd hhmm.
Date_YYMMDD_HHMMSS911Date format yyMMdd hhmmss.
Date_MMM912Abbreviated month format.
Date_MONTH_LETTER913Single-letter month format.
Date_Q914Quarter format.
Date_M_D_YYYY915Date format M-d-yyyy.
Date_HH_MM_SS_ZZZZ916Time format hh:mm:ss.zzzz.
Month_MMM1,024Month format MMM.
Month_MMMM1,025Month format MMMM.
Month_LETTER1,026Single-letter month format.
Day_DDD1,280Day format ddd.
Day_DDDD1,281Day format dddd.
Day_LETTER1,282Single-letter day format.

The ValueTypeSpecification type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also