TimesheetDataSet.ActionsRow.TS_ACTION_DATE property

Specifies the date and time of the action.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TS_ACTION_DATE As DateTime
    Get
    Set
'Usage
Dim instance As TimesheetDataSet.ActionsRow
Dim value As DateTime

value = instance.TS_ACTION_DATE

instance.TS_ACTION_DATE = value
public DateTime TS_ACTION_DATE { get; set; }

Property value

Type: System.DateTime

See also

Reference

TimesheetDataSet.ActionsRow class

TimesheetDataSet.ActionsRow members

WebSvcTimeSheet namespace