Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference

 

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