Compartilhar via


TimeZoneSettings.CurrentTimeZoneDisplayName Propriedade

Definição

Obtém o nome de exibição do fuso horário atual.

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

Valor da propriedade

String

Platform::String

winrt::hstring

O nome de exibição do fuso horário atual.

Requisitos do Windows

Funcionalidades do aplicativo
systemManagement

Comentários

Essa API requer o uso da funcionalidade systemManagement de IoT e a inclusão de iot na lista IgnorableNamespaces . Os usuários podem adicionar o seguinte ao Package.appmanifest: <iot:Capability Name="systemManagement"/>e adicionar iot à lista existente de IgnorableNamespaces.

Aplica-se a