ULDateOrder enumeration

UL Ext.: Enumerates the date orders that a database can support.

Syntax
Visual Basic
Public Enum ULDateOrder
C#
public enum ULDateOrder
Members
Member name Description Value

DMY

Day of the month followed by month, followed by year.

2

MDY

Month followed by day of the month, followed by year.

1

YMD

Year followed by month, followed by day of the month.

0
See also