ProjectDataSet.ProjectRow.PROJ_OPT_WEEK_START_DAY Property
Specifies the day of the week on which a work week starts.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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
0 = Sunday
1 = Monday
2 = Tuesday
3 = Wednesday
4 = Thursday
5 = Friday
6 = Saturday
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).
See Also
Reference
ProjectDataSet.ProjectRow Class