TimeZoneSettings.SupportedTimeZoneDisplayNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取所有受支持的时区的显示名称。
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)
属性值
所有受支持的时区的显示名称。
Windows 要求
应用功能 |
systemManagement
|
注解
此 API 需要使用 IoT systemManagement 功能,并在 IgnorableNamespaces 列表中包含 iot。 用户可以将以下内容添加到其 Package.appmanifest: <iot:Capability Name="systemManagement"/>
,并将 iot 添加到其现有的 IgnorableNamespaces 列表中。