TimesheetAuditExportDataSet.AuditExportsRow.TS_ACT_START_DATE Property
Specifies the start date for activity associated with timesheet data.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property TS_ACT_START_DATE As DateTime
Get
Set
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As DateTime
value = instance.TS_ACT_START_DATE
instance.TS_ACT_START_DATE = value
public DateTime TS_ACT_START_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
TimesheetAuditExportDataSet.AuditExportsRow Class