IPropertyValue.GetDateTimeArray(DateTime[]) メソッド

定義

プロパティ値として格納されている日付と時刻の値の配列を返します。

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())

パラメーター

value

DateTime[]

DateTimeOffset[]

値の配列。

適用対象

こちらもご覧ください