TimesheetDataSet.ActionsRow.TS_ACTION_DATE-Eigenschaft
Gibt das Datum und die Uhrzeit der Aktion.
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; }
Eigenschaftswert
Typ: System.DateTime
Siehe auch
Referenz
TimesheetDataSet.ActionsRow Klasse