Share via


StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_WEEK_START_ON_ENUM property

Specifies the starting day of the week for task status.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcAdmin namespace