Application.DateOrder Property
Project Developer Reference |
Returns the order in date values of the day, month, and year. Can be one of the following PjDateOrder constants: pjDayMonthYear, pjMonthDayYear, or pjYearMonthDay. Read-only Long.
Syntax
expression.DateOrder
expression A variable that represents an Application object.
Return Value
PjDateOrder
Remarks
Project sets the DateOrder property equal to the corresponding value in the Regional Settings icon (in Windows 98, Windows NT, or Windows Me), Regional Options icon (in Windows 2000), or Regional and Language Options icon (in Windows XP and Windows Server 2003) of the Microsoft Windows Control Panel.
See Also