Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the maximum number of hours that can be recorded on a timesheet for one day of work.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_MAX_HR_PER_DAY As Decimal
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Decimal
value = instance.WADMIN_TS_MAX_HR_PER_DAY
instance.WADMIN_TS_MAX_HR_PER_DAY = value
public decimal WADMIN_TS_MAX_HR_PER_DAY { get; set; }
Property value
Type: System.Decimal
Remarks
The value is the number of hours * 60000. For example, a maximum of 8 hours per day is stored as 480000.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class