UL Ext: Enumerates the date orders that a database can support.
Public Enum ULDateOrder
public enum ULDateOrder
The year followed by month, followed by day of the month.
The month followed by day of the month, followed by year.
The day of the month followed by month, followed by year.