PropertyValue.CreateDateTime(DateTime) 方法

定义

从日期和时间值创建属性值。

public:
 static Platform::Object ^ CreateDateTime(DateTime value);
 static IInspectable CreateDateTime(DateTime const& value);
public static object CreateDateTime(System.DateTimeOffset value);
function createDateTime(value)
Public Shared Function CreateDateTime (value As DateTimeOffset) As Object

参数

value
DateTime DateTimeOffset

要存储在属性值中的值。

返回

Object

Platform::Object

IInspectable

属性值。

适用于