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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference

Read method Next Page

ULDateOrder enumeration


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

Syntax

Visual Basic

Public Enum ULDateOrder

C#

public enum ULDateOrder

Member name
Member nameDescription

DMY

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

MDY

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

YMD

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

See also