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:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcAdmin namespace