Compartir a través de


WalletTransaction.IgnoreTimeOfDay 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 si se va a mostrar la hora de la transacción.

public:
 property bool IgnoreTimeOfDay { bool get(); void set(bool value); };
bool IgnoreTimeOfDay();

void IgnoreTimeOfDay(bool 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")]
bool IgnoreTimeOfDay();

void IgnoreTimeOfDay(bool value);
public bool IgnoreTimeOfDay { get; set; }
public bool IgnoreTimeOfDay { [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 boolean = walletTransaction.ignoreTimeOfDay;
walletTransaction.ignoreTimeOfDay = boolean;
Public Property IgnoreTimeOfDay As Boolean

Valor de propiedad

Boolean

bool

true si se debe mostrar la hora de la transacción; de lo contrario, false.

Atributos

Se aplica a