Click or drag to resize

DateCountry Enumeration

X#
Values that match the XBase DateCountry defines. They are used to set the date format.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.22 GA
Syntax
 enum DateCountry
Members
  Member nameValueDescription
American1mm/dd/yy mm/dd/yyyy
Ansi2yy.mm.dd yyyy.mm.dd
British3dd/mm/yy dd/mm/yyyy
French4dd/mm/yy dd/mm/yyyy
German5dd.mm.yy dd.mm.yyyy
Italian6mm/dd/yy mm/dd/yyyy
Dutch6mm/dd/yy mm/dd/yyyy
Japanese7yy/mm/dd yyyy/mm/dd
USA8yy/mm/dd yyyy/mm/dd
Taiwan9yy/mm/dd yyyy/mm/dd
MDY10mm/dd/yy mm/dd/yyyy
DMY11dd/mm/yy dd/mm/yyyy
YMD12yy/mm/dd yyyy/mm/dd
System99Get the format from the System
Windows99Get the format from the System
Remarks
Please note that although there are different values for British and French, the date formats are the same.
See Also