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 |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |