次の方法で共有


WalletTransaction.TransactionDate プロパティ

定義

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

トランザクションの日時を取得または設定します。

public:
 property IReference<DateTime> ^ TransactionDate { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> TransactionDate();

void TransactionDate(IReference<DateTime> value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IReference<DateTime> TransactionDate();

void TransactionDate(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> TransactionDate { get; set; }
public System.Nullable<System.DateTimeOffset> TransactionDate { [Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletTransaction is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var iReference = walletTransaction.transactionDate;
walletTransaction.transactionDate = iReference;
Public Property TransactionDate As Nullable(Of DateTimeOffset)

プロパティ値

取引の日時。 null (既定値) を指定できますが、この特定のプロパティでは、既存のトランザクションを表示するときに値が null のままになることは一般的ではありません。

属性

適用対象