次の方法で共有


PhotoImportSource.DateTime プロパティ

定義

デバイスの現在の日付と時刻を取得します。

public:
 property IReference<DateTime> ^ DateTime { IReference<DateTime> ^ get(); };
IReference<DateTime> DateTime();
public System.Nullable<System.DateTimeOffset> DateTime { get; }
var iReference = photoImportSource.dateTime;
Public ReadOnly Property DateTime As Nullable(Of DateTimeOffset)

プロパティ値

デバイス上の現在の日付と時刻。

適用対象