Compartir a través de


WalletTransaction.TransactionDate Propiedad

Definición

Precaución

El espacio de nombres ApplicationModel.Wallet ya no se admite y pronto quedará en desuso. Se recomienda a los desarrolladores evitar el uso de este espacio de nombres.

Obtiene o establece la fecha y la hora de la transacción.

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)

Valor de propiedad

La fecha y la hora de la transacción. Puede ser null (valor predeterminado), pero para esta propiedad en particular no es habitual que el valor permanezca null cuando vea una transacción existente.

Atributos

Se aplica a