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

属性

适用于