次の方法で共有


TimeZoneSettings.CurrentTimeZoneDisplayName プロパティ

定義

現在のタイム ゾーンの表示名を取得します。

public:
 static property Platform::String ^ CurrentTimeZoneDisplayName { Platform::String ^ get(); };
static winrt::hstring CurrentTimeZoneDisplayName();
public static string CurrentTimeZoneDisplayName { get; }
var string = TimeZoneSettings.currentTimeZoneDisplayName;
Public Shared ReadOnly Property CurrentTimeZoneDisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

現在のタイム ゾーンの表示名。

Windows の要件

アプリの機能
systemManagement

注釈

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

適用対象