TimeZoneSettings.SupportedTimeZoneDisplayNames 속성

정의

지원되는 모든 표준 시간대의 표시 이름을 가져옵니다.

public:
 static property IVectorView<Platform::String ^> ^ SupportedTimeZoneDisplayNames { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> SupportedTimeZoneDisplayNames();
public static IReadOnlyList<string> SupportedTimeZoneDisplayNames { get; }
var iVectorView = TimeZoneSettings.supportedTimeZoneDisplayNames;
Public Shared ReadOnly Property SupportedTimeZoneDisplayNames As IReadOnlyList(Of String)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

지원되는 모든 표준 시간대의 표시 이름입니다.

Windows 요구 사항

앱 기능
systemManagement

설명

이 API를 사용하려면 IoT systemManagement 기능을 사용하고 IgnorableNamespaces 목록에 iot를 포함해야 합니다. 사용자는 Package.appmanifest: <iot:Capability Name="systemManagement"/>에 다음을 추가하고 기존 IgnorableNamespaces 목록에 iot를 추가할 수 있습니다.

적용 대상