Skip to content

6d4d81be eefd b77e 97c1 3b66d2b203e2

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownDatetimeFormat Enumeration

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)

Syntax

C#

[SerializableAttribute]
public enum KnownDatetimeFormat

VB

<SerializableAttribute>
Public Enumeration KnownDatetimeFormat

Members

 

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.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownDatetimeFormat"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally