TimeZoneSettings.CurrentTimeZoneDisplayName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom d’affichage du fuseau horaire actuel.
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
Valeur de propriété
Nom d’affichage du fuseau horaire actuel.
Configuration requise pour Windows
Fonctionnalités de l’application |
systemManagement
|
Remarques
Cette API nécessite l’utilisation de la fonctionnalité IoT systemManagement et l’inclusion d’iot dans la liste IgnorableNamespaces . Les utilisateurs peuvent ajouter les éléments suivants à leur package.appmanifest: <iot:Capability Name="systemManagement"/>
, et ajouter iot à leur liste existante d’IgnorableNamespaces.