Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.02 KB

Project.Application.DateOrder.md

File metadata and controls

30 lines (18 loc) · 1.02 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DateOrder property (Project)
project-server
Project.Application.DateOrder
9eba39c8-6e4a-3b8c-69c3-82e078269cda
06/08/2017
medium

Application.DateOrder property (Project)

Gets the order of display of the day, month, and year in date values. Read-only PjDateOrder.

Syntax

expression. DateOrder

expression A variable that represents an Application object.

Remarks

The DateOrder property can be one of the following PjDateOrder constants: pjDayMonthYear, pjMonthDayYear, or pjYearMonthDay.

Project sets the DateOrder property equal to the corresponding value in the Regional and Language Options dialog box of the Microsoft Windows Control Panel. For example, if the current format is set to French (France), the DateOrder property value is 0 (pjDayMonthYear).

[!includeSupport and feedback]