TimesheetListDataSet.TimesheetsRow.WPRD_START_DATE Property
Specifies the start date for the reporting time period.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Property WPRD_START_DATE As DateTime
Get
Set
'Usage
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As DateTime
value = instance.WPRD_START_DATE
instance.WPRD_START_DATE = value
public DateTime WPRD_START_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
TimesheetListDataSet.TimesheetsRow Class