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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考

 

ULDateOrder 枚举

UL Ext.: 枚举数据库可支持的日期顺序。

语法
Visual Basic
Public Enum ULDateOrder
C#
public enum ULDateOrder
成员
成员名称 说明

DMY

日、月、年。

2

MDY

月、日、年。

1

YMD

年、月、日。

0
另请参见