PropertyValue.CreateDateTimeArray Method

Creates a property value from an array of date and time values.

Syntax

public:
static Object^ CreateDateTimeArray(
         Array<DateTime>^ value
)  

Parameters

value
Type: DateTime 

  The array to store in the property value.

Return value

Type: Object 

  The property value.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

PropertyValue Class

PropertyValue Members

Windows.Foundation Namespace