TimeSheet.WeekStartsOn property

Gets or sets the day of the week on which the timesheet starts.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property WeekStartsOn As Byte
    Get
    Set
'Usage
Dim instance As TimeSheet
Dim value As Byte

value = instance.WeekStartsOn

instance.WeekStartsOn = value
[RemoteAttribute]
public byte WeekStartsOn { get; set; }

Property value

Type: System.Byte
A number that represents a day of the week.

See also

Reference

TimeSheet class

TimeSheet members

Microsoft.ProjectServer.Client namespace