ProjectPropertyValues.DateTimeValue property
Gets or sets the value of a DateTime property.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DateTimeValue As DateTime
Get
Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As DateTime
value = instance.DateTimeValue
instance.DateTimeValue = value
[DataMemberAttribute]
public DateTime DateTimeValue { get; set; }
Property value
Type: System.DateTime
A DateTime object.