ProjectDataSet.ProjectRow.PROJ_OPT_WEEK_START_DAY Property

Specifies the day of the week on which a work week starts.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PROJ_OPT_WEEK_START_DAY As Short
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Short

value = instance.PROJ_OPT_WEEK_START_DAY

instance.PROJ_OPT_WEEK_START_DAY = value
public short PROJ_OPT_WEEK_START_DAY { get; set; }

Property Value

Type: System.Int16

Remarks

PROJ_OPT_WEEK_START_DAY maps to the Week starts on option in the Calendar tab of the Options dialog box in Microsoft Office Project Professional.

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is 0 (Sunday).

  • 0 = Sunday

  • 1 = Monday

  • 2 = Tuesday

  • 3 = Wednesday

  • 4 = Thursday

  • 5 = Friday

  • 6 = Saturday

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcProject Namespace