ProjectPropertyValues.ToDateTime 方法
将属性值作为参数中的PSWorkflowService方法中的dateTimePropertyValue参数设置相对应的值。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Shared Function ToDateTime ( _
arg As Object _
) As DateTime
用法
Dim arg As Object
Dim returnValue As DateTime
returnValue = ProjectPropertyValues.ToDateTime(arg)
public static DateTime ToDateTime(
Object arg
)
参数
arg
类型:System.Object要设置的值System.DateTime或ProjectPropertyValues类的一个实例。
返回值
类型:System.DateTime
一个DateTime对象。