Share via


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를 추가할 수 있습니다.

적용 대상