次の方法で共有


PropertyValue.CreateDateTimeArray(DateTime[]) メソッド

定義

日付と時刻の値の配列からプロパティ値を作成します。

public:
 static Platform::Object ^ CreateDateTimeArray(Platform::Array <DateTime> ^ value);
 static IInspectable CreateDateTimeArray(winrt::array_view <DateTime> const& value);
public static object CreateDateTimeArray(DateTime[] value);
function createDateTimeArray(value)
Public Shared Function CreateDateTimeArray (value As DateTime()) As Object

パラメーター

value

DateTime[]

DateTimeOffset[]

プロパティ値に格納する配列。

戻り値

Object

Platform::Object

IInspectable

プロパティ値。

適用対象