AllJoynAboutDataView.DateOfManufacture プロパティ

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

製造日。

public:
 property IReference<DateTime> ^ DateOfManufacture { IReference<DateTime> ^ get(); };
IReference<DateTime> DateOfManufacture();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IReference<DateTime> DateOfManufacture();
public System.Nullable<System.DateTimeOffset> DateOfManufacture { get; }
public System.Nullable<System.DateTimeOffset> DateOfManufacture { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutDataView has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iReference = allJoynAboutDataView.dateOfManufacture;
Public ReadOnly Property DateOfManufacture As Nullable(Of DateTimeOffset)

プロパティ値

YYYY-MM-DD 形式の日付値。

属性

Windows の要件

アプリの機能
allJoyn

適用対象