TimeZoneInfo.TryFindSystemTimeZoneById(String, TimeZoneInfo) Méthode

Définition

Récupère un TimeZoneInfo objet par nom de fuseau horaire.

public:
 static bool TryFindSystemTimeZoneById(System::String ^ id, [Runtime::InteropServices::Out] TimeZoneInfo ^ % timeZoneInfo);
public static bool TryFindSystemTimeZoneById (string id, out TimeZoneInfo? timeZoneInfo);
static member TryFindSystemTimeZoneById : string * TimeZoneInfo -> bool
Public Shared Function TryFindSystemTimeZoneById (id As String, ByRef timeZoneInfo As TimeZoneInfo) As Boolean

Paramètres

id
String

Nom du fuseau horaire.

timeZoneInfo
TimeZoneInfo

Lorsque cette méthode est retournée, contient le récupéré TimeZoneInfo ou null si aucun fuseau horaire valide n’a été trouvé.

Retours

true si l’objet TimeZoneInfo a été récupéré avec succès ; sinon, false.

Remarques

Cette fonction encapsule la logique nécessaire pour maintenir le cache SystemTimeZones privé en état de fonctionnement.

S’applique à