TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_HOURS_PER_WEEK property
Specifies the number of hours in a standard timesheet work week, in units of 1/1000th minute.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_HOURS_PER_WEEK As Decimal
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Decimal
value = instance.WADMIN_TS_HOURS_PER_WEEK
instance.WADMIN_TS_HOURS_PER_WEEK = value
public decimal WADMIN_TS_HOURS_PER_WEEK { get; set; }
Property value
Type: System.Decimal
Remarks
For a 40 hour week, the value is 40 * 60000 = 2,400,000.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class