Share via


TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_MAX_HR_PER_TS Property

Specifies the maximum number of hours that can be recorded for a timesheet.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public Property WADMIN_TS_MAX_HR_PER_TS As Decimal
    Get
    Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Decimal

value = instance.WADMIN_TS_MAX_HR_PER_TS

instance.WADMIN_TS_MAX_HR_PER_TS = value
public decimal WADMIN_TS_MAX_HR_PER_TS { get; set; }

Property Value

Type: System.Decimal

Remarks

The value is the number of hours * 60000. For example, a maximum of 40 hours per timesheet is stored as 2400000.

To specify that there is no maximum limit, use a value of 999 hours (59940000).

See Also

Reference

TimeSheetSettingsDataSet.TimeSheetSettingsRow Class

TimeSheetSettingsDataSet.TimeSheetSettingsRow Members

Admin Web Service