UnsubmittedTimesheetDataSet.TimePeriodsRow.WPRD_FINISH_DATE property
Indicates the finish date of the specified time period.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WPRD_FINISH_DATE As DateTime
Get
Set
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim value As DateTime
value = instance.WPRD_FINISH_DATE
instance.WPRD_FINISH_DATE = value
public DateTime WPRD_FINISH_DATE { get; set; }
Property value
Type: System.DateTime
See also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsRow class