StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_WEEK_START_ON_ENUM Property

Specifies the starting day of the week for task status.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Property WADMIN_WEEK_START_ON_ENUM As Byte
    Get
    Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Byte

value = instance.WADMIN_WEEK_START_ON_ENUM

instance.WADMIN_WEEK_START_ON_ENUM = value
public byte WADMIN_WEEK_START_ON_ENUM { get; set; }

Property Value

Type: System.Byte

Remarks

The default value of WADMIN_WEEK_START_ON_ENUM is 1 (Monday). You can set this value in the Reporting Display section of the Task Settings and Display page in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx).

Enumeration value

Description

0

Sunday

1

Monday

2

Tuesday

3

Wednesday

4

Thursday

5

Friday

6

Saturday

See Also

Reference

StatusingSettingsDataSet.StatusingSettingsRow Class

StatusingSettingsDataSet.StatusingSettingsRow Members

Admin Web Service