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로 유지되는 것은 드문 일입니다.

특성

적용 대상