PropertyValue.CreateDateTimeArray(DateTime[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从日期和时间值数组创建属性值。
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[]
要存储在属性值中的数组。
返回
属性值。