TimeSheetSettingsDataSet.TimeSheetSettingsRow.WADMIN_TS_HOURS_PER_DAY property

Specifies the number of hours in a standard timesheet day, in units of 1/1000th minute.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

value = instance.WADMIN_TS_HOURS_PER_DAY

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

Property value

Type: System.Decimal

Remarks

For an eight hour day, the value of WADMIN_TS_HOURS_PER_DAY would be 8 * 60000 = 480,000.

See also

Reference

TimeSheetSettingsDataSet.TimeSheetSettingsRow class

TimeSheetSettingsDataSet.TimeSheetSettingsRow members

WebSvcAdmin namespace