TimeZoneSettings.CurrentTimeZoneDisplayName Proprietà

Definizione

Ottiene il nome visualizzato del fuso orario corrente.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Nome visualizzato del fuso orario corrente.

Requisiti Windows

Funzionalità dell'app
systemManagement

Commenti

Questa API richiede l'uso della funzionalità IoT systemManagement e l'inclusione di iot nell'elenco IgnoraableNamespaces . Gli utenti possono aggiungere quanto segue al pacchetto.appmanifest: <iot:Capability Name="systemManagement"/>e aggiungere iot all'elenco esistente di IgnoraableNamespaces.

Si applica a