PropertyValue.CreateDateTimeArray(DateTime[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]
The array to store in the property value.
Returns
The property value.