6d4d81be eefd b77e 97c1 3b66d2b203e2 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Output datetime formats.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public enum KnownDatetimeFormatVB
<SerializableAttribute>
Public Enumeration KnownDatetimeFormat
| Member name | Value | Description | |
|---|---|---|---|
| GeneralDatePattern | 0 | General date according to the locale specified. | |
| ShortDatePattern | 1 | Short date according to the locale specified. | |
| LongDatePattern | 2 | Long date according to the locale specified. | |
| FullDatePattern | 3 | Full date according to the locale specified. | |
| Rfc1123Pattern | 4 | RFC1123 date pattern according to the locale specified. | |
| ShortTimePattern | 5 | Short time according to the locale specified. | |
| LongTimePattern | 6 | Long time according to the locale specified. | |
| MonthDayPattern | 7 | Month-day according to the locale specified. | |
| YearMonthPattern | 8 | Year-month according to the locale specified. |
[Missing documentation for "T:iTin.Export.Model.KnownDatetimeFormat"]