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 minimum number of hours that must be recorded for a timesheet.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_TS_MIN_HR_PER_TS As Decimal
Get
Set
'Usage
Dim instance As TimeSheetSettingsDataSet.TimeSheetSettingsRow
Dim value As Decimal
value = instance.WADMIN_TS_MIN_HR_PER_TS
instance.WADMIN_TS_MIN_HR_PER_TS = value
public decimal WADMIN_TS_MIN_HR_PER_TS { get; set; }
Property value
Type: System.Decimal
Remarks
The value is the number of hours * 60000. For example, a minimum of 30 minutes per timesheet is stored as 30000.
To specify that there is no minimum number of hours, use a value of 0.
See also
Reference
TimeSheetSettingsDataSet.TimeSheetSettingsRow class