ProjectPropertyValues.DateTimeValue 属性
获取或设置DateTime属性的值。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property DateTimeValue As DateTime
Get
Set
用法
Dim instance As ProjectPropertyValues
Dim value As DateTime
value = instance.DateTimeValue
instance.DateTimeValue = value
[DataMemberAttribute]
public DateTime DateTimeValue { get; set; }
属性值
类型:System.DateTime
一个DateTime对象。