ProjectTimesheetLinesDataSet.ActualsRow.TS_ACT_FINISH_DATE property
Represents the ASSN_ACT_FINISH property value that is recorded for this line item.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TS_ACT_FINISH_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ActualsRow
Dim value As DateTime
value = instance.TS_ACT_FINISH_DATE
instance.TS_ACT_FINISH_DATE = value
public DateTime TS_ACT_FINISH_DATE { get; set; }
Property value
Type: System.DateTime
See also
Reference
ProjectTimesheetLinesDataSet.ActualsRow class