PropertyValue.CreateDateTimeArray(DateTime[]) 方法

定义

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

public:
 static Platform::Object ^ CreateDateTimeArray(Platform::Array <DateTime> ^ value);
 static IInspectable CreateDateTimeArray(winrt::array_view <DateTime> const& value);
public static object CreateDateTimeArray(DateTime[] value);
function createDateTimeArray(value)
Public Shared Function CreateDateTimeArray (value As DateTime()) As Object

参数

value

DateTime[]

DateTimeOffset[]

要存储在属性值中的数组。

返回

Object

Platform::Object

IInspectable

属性值。

适用于