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"/>,并将 iot 添加到其现有的 IgnorableNamespaces 列表中。

适用于