Share via


WalletTransaction.IgnoreTimeOfDay Property

Definition

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Gets or sets whether to display the time of the transaction.

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

Property Value

Boolean

bool

true if the time of the transaction should be displayed; otherwise, false.

Attributes

Applies to