TimeZoneSettings.ChangeTimeZoneByDisplayName(String) Méthode
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.
Modifie le fuseau horaire à l’aide du nom d’affichage.
public:
static void ChangeTimeZoneByDisplayName(Platform::String ^ timeZoneDisplayName);
static void ChangeTimeZoneByDisplayName(winrt::hstring const& timeZoneDisplayName);
public static void ChangeTimeZoneByDisplayName(string timeZoneDisplayName);
function changeTimeZoneByDisplayName(timeZoneDisplayName)
Public Shared Sub ChangeTimeZoneByDisplayName (timeZoneDisplayName As String)
Paramètres
- timeZoneDisplayName
-
String
Platform::String
winrt::hstring
Nom d’affichage du fuseau horaire à modifier.
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.