TimeZoneSettings.CanChangeTimeZone プロパティ

定義

タイム ゾーンを変更できるかどうかを取得します。

public:
 static property bool CanChangeTimeZone { bool get(); };
static bool CanChangeTimeZone();
public static bool CanChangeTimeZone { get; }
var boolean = TimeZoneSettings.canChangeTimeZone;
Public Shared ReadOnly Property CanChangeTimeZone As Boolean

プロパティ値

Boolean

bool

True の場合、タイム ゾーンを変更できます。それ以外の場合は false。

Windows の要件

アプリの機能
systemManagement

注釈

この API では、IoT systemManagement 機能を使用し、 iotIgnorableNamespaces リストに含める必要があります。 ユーザーは、Package.appmanifest: <iot:Capability Name="systemManagement"/>に以下を追加し、既存の IgnorableNamespaces の一覧に iot を追加できます。

適用対象