ProjectDataSet.AssignmentRow.AB_START property
Specifies the date on which this resource starts work on this task, calculated at the time the baseline was saved.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property AB_START As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As DateTime
value = instance.AB_START
instance.AB_START = value
public DateTime AB_START { get; set; }
Property value
Type: System.DateTime
Remarks
Read-only. This property is set when you save a baseline for the project.
Duration is indicated in tenths of minutes. For example, a value of 100 indicates 10 minutes.
See also
Reference
ProjectDataSet.AssignmentRow class