UnsubmittedTimesheetDataSet.TimePeriodsRow.WPRD_START_DATE Property
Specifies the start date of the work period associated with timesheet data that has not yet been submitted.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WPRD_START_DATE As DateTime
Get
Set
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim value As DateTime
value = instance.WPRD_START_DATE
instance.WPRD_START_DATE = value
public DateTime WPRD_START_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsRow Class