IPropertyValue.GetTimeSpanArray(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.
Returns the array of time interval values stored as a property value.
public:
void GetTimeSpanArray([Out] Platform::Array <TimeSpan> ^ & value);
void GetTimeSpanArray([Out] winrt::array_view <TimeSpan> const& & value);
public void GetTimeSpanArray(out TimeSpan[] value);
Public Sub GetTimeSpanArray (ByRef value As TimeSpan())