Share via


DraftProject.WeekStartDay property

Gets or sets the day of the week on which a work week starts.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property WeekStartDay As Short
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Short

value = instance.WeekStartDay

instance.WeekStartDay = value
[RemoteAttribute]
public short WeekStartDay { get; set; }

Property value

Type: System.Int16
A day of the week.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace