PropertyValue.CreateTimeSpanArray(TimeSpan[]) Method

Definition

Creates a property value from an array of time intervals.

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

Parameters

value

TimeSpan[]

TimeSpan[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to