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