PropertyValue.CreateTimeSpanArray(TimeSpan[]) 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 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
Returns
The property value.