TimesheetListDataSet.TimesheetsRow.WPRD_START_DATE property
Specifies the start date for the reporting time period.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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