StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow.TimeByDay Property
Gets the day along an assignment timeline, where the granularity is in days.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property TimeByDay As DateTime
Get
Set
'Usage
Dim instance As StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow
Dim value As DateTime
value = instance.TimeByDay
instance.TimeByDay = value
public DateTime TimeByDay { get; set; }
Property Value
Type: System.DateTime
A day, such as 2010-06-21 00:00:00.000.
Remarks
The TimeByDay field is the primary key in the MSP_EpmAssignmentByDay_UserView, MSP_EpmResourceByDay_UserView, and MSP_EpmTaskByDay_UserView views in the Reporting database.
See Also
Reference
StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow Class
StatusingTimephasedActualsDataSet.AssignmentTimephasedDataRow Members