TimesheetDataSet.HeadersRow.TS_WEEK_STARTS_ON Property
Gets the day of the week on which the timesheet starts, where Monday = 1.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Property TS_WEEK_STARTS_ON As Byte
Get
Set
'Usage
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Byte
value = instance.TS_WEEK_STARTS_ON
instance.TS_WEEK_STARTS_ON = value
public byte TS_WEEK_STARTS_ON { get; set; }
Property Value
Type: System.Byte
Remarks
The value corresponds to the WADMIN_WEEK_START_ON_ENUMColumn property.
See Also
Reference
TimesheetDataSet.HeadersRow Class