PublishedProject.WeekStartDay property

Gets 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 ReadOnly Property WeekStartDay As Short
    Get
'Usage
Dim instance As PublishedProject
Dim value As Short

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

Property value

Type: System.Int16
A numerical value that represents a day of the week.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace