次の方法で共有


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

属性

適用対象