ProjectDataSet.ProjectRow.PROJ_OPT_WEEK_START_DAY property
Specifies the day of the week on which a work week starts.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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 on the Calendar tab of the Options dialog box in 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