TimesheetDataSet.HeadersRow.TS_WEEK_STARTS_ON property
Gets the day of the week on which the timesheet starts, where Monday = 1.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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