UL Ext.: Enumerates the date orders that a database can support.
Visual Basic Public Enum ULDateOrder
C# public enum ULDateOrder
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 |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |