DraftProject.CurrentDate-Eigenschaft
Ruft ab oder legt das aktuelle Datum für das Projekt.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property CurrentDate As DateTime
Get
Set
'Usage
Dim instance As DraftProject
Dim value As DateTime
value = instance.CurrentDate
instance.CurrentDate = value
[RemoteAttribute]
public DateTime CurrentDate { get; set; }
Eigenschaftswert
Typ: System.DateTime
Ein DateTime -Objekt, das aktuelle Datum darstellt.