PropertyValue.CreateDateTimeArray(DateTime[]) Method

Definition

Creates a property value from an array of date and time values.

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

Parameters

value

DateTime[]

DateTimeOffset[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to