StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_WEEK_START_ON_ENUM Property

Specifies the starting day of the week for task status.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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 the value in the Reporting Display section of the Task Settings and Display page in Project Web Access (http://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