Share via


UnsubmittedTimesheetDataSet.TimePeriodsRow.WPRD_START_DATE property

Indicates the start date of the specified time period.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.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

UnsubmittedTimesheetDataSet.TimePeriodsRow members

WebSvcAdmin namespace