WalletTransaction.IgnoreTimeOfDay 屬性

定義

警告

不再支援 ApplicationModel.Wallet 命名空間,且即將淘汰。 我們鼓勵開發人員避免使用此命名空間。

取得或設定是否要顯示交易的時間。

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

屬性值

Boolean

bool

如果應該顯示交易的時間,則為true;否則為false

屬性

適用於